sureButton property
确定按钮文本样式
Implementation
Widget sureButton = const Text(
'确定',
style: TextStyle(
fontWeight: FontWeight.w500,
fontSize: 18,
color: Colors.white),
);
确定按钮文本样式
Widget sureButton = const Text(
'确定',
style: TextStyle(
fontWeight: FontWeight.w500,
fontSize: 18,
color: Colors.white),
);