sureButton property

Widget sureButton
getter/setter pair

确定按钮文本样式

Implementation

Widget sureButton = const Text(
  '确定',
  style: TextStyle(
      fontWeight: FontWeight.w500,
      fontSize: 18,
      color: Colors.white),
);