Flutter Component
Post in
五 31 十二月 2021
基础组件
文本
Text("Hello world",
textAlign: TextAlign.left,
maxLines: 1,
overflow: TextOverflow.ellipsis,
textScaleFactor: 1.5,
style: TextStyle(
color: Colors.blue,
fontSize: 18.0,
height: 1 …