摘要: CheckBox 多选按钮: class CheckboxPage extends StatefulWidget { const CheckboxPage({super.key}); @override State<CheckboxPage> createState() => _CheckboxPa 阅读全文
posted @ 2024-01-31 18:14 鲤斌 阅读(20) 评论(0) 推荐(0)
摘要: RadioListTile单选按钮组 class RadioPage extends StatefulWidget { const RadioPage({super.key}); @override State<RadioPage> createState() => _RadioPageState( 阅读全文
posted @ 2024-01-31 17:50 鲤斌 阅读(14) 评论(0) 推荐(0)