Commit 3ca56a4b authored by 朱翠翠's avatar 朱翠翠

UI走查

parent e56e58b0
...@@ -96,7 +96,7 @@ Text baseText(String text, double fontSize, Color color, ...@@ -96,7 +96,7 @@ Text baseText(String text, double fontSize, Color color,
fontSize: fontSize, fontSize: fontSize,
color: color, color: color,
fontStyle: FontStyle.normal, fontStyle: FontStyle.normal,
fontWeight: bold ? FontWeight.w500 : FontWeight.w400), fontWeight: bold ? FontWeight.w700 : FontWeight.w400),
maxLines: maxLines, maxLines: maxLines,
overflow: overflow == null ? TextOverflow.ellipsis : overflow, overflow: overflow == null ? TextOverflow.ellipsis : overflow,
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment