摘要: DropdownButtonHideUnderline( child: DropdownButton<String>( value: 'One', onChanged: null, items: <String>['One', 'Two', 'Free', 'Four'] .map<Dropdown 阅读全文
posted @ 2024-01-17 14:23 吾爱吃鱼 阅读(11) 评论(0) 推荐(0)
摘要: CounterBinding: class CounterBinding extends Bindings { @override void dependencies() { Get.lazyPut(() => CounterController()); } } CounterController: 阅读全文
posted @ 2024-01-17 09:50 吾爱吃鱼 阅读(176) 评论(0) 推荐(0)