Commit 90e676e5 authored by 朱翠翠's avatar 朱翠翠

Merge branch 'zcc/flutter' into 'test'

Zcc/flutter

See merge request !62
parents 299c4797 f1739869
...@@ -98,7 +98,7 @@ Text baseText(String text, double fontSize, Color color, ...@@ -98,7 +98,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.w700 : FontWeight.w400), fontWeight: bold ? FontWeight.w600 : 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