endText property
顶部结束时间文字样式
Implementation
Widget endText = Text('结束时间', textAlign: TextAlign.left, style: TextStyle(
fontWeight: FontWeight.w100,
fontSize: 16,
color:
Colors.lightBlue.withOpacity(0.8)),
);
顶部结束时间文字样式
Widget endText = Text('结束时间', textAlign: TextAlign.left, style: TextStyle(
fontWeight: FontWeight.w100,
fontSize: 16,
color:
Colors.lightBlue.withOpacity(0.8)),
);