checkboxlisttile 1 [플러터] CheckboxListTile 에 대하여 CheckboxListTile 란 말그대로 Checkbox를 가진 ListTile 입니다. 체크박스가 필요할때 하나의 ListTile로 묶어 쉽게 생성하고 관리합니다. import 'package:flutter/material.dart'; void main() => runApp(MyApp()); /// This Widget is the main application widget. class MyApp extends StatelessWidget { static const String _title = 'CheckboxListTile Example'; @override Widget build(BuildContext context) { return MaterialApp( title: _title, home: S.. 2020. 5. 24. 이전 1 다음