728x90 CUSTOM2 LabeledCheckbox -> CheckTileList CheckTileList 를 사용할 때마다 문제점이 생기는데, 이렇게 사용하면 문제 될 일이 없어보인다. https://api.flutter-io.cn/flutter/material/CheckboxListTile-class.html CheckboxListTile class - material library - Dart API A ListTile with a Checkbox. In other words, a checkbox with a label. The entire list tile is interactive: tapping anywhere in the tile toggles the checkbox. The value, onChanged, activeColor and checkColor propertie.. 2023. 6. 23. flutter widget 달력 만들기(1) 달력 위젯이 있겠지만, 뭔가 활용도를 높이려면 직접 만드는 게 편하다. 있는 위젯을 사용하면 처음 만들기는 편한데 나중에 없는 기능을 끌어다 쓰고 끌어다쓰고 하는 게 힘들다.. import 'package:flutter/material.dart'; import 'package:get/get.dart'; import '../../../constants/logger.dart'; import '../../../tools/time_tools.dart'; class CalendarWidget extends StatefulWidget { CalendarWidget({Key? key}) : super(key: key); @override State createState() => _CalendarWidgetState(.. 2022. 10. 26. 이전 1 다음 728x90