components/check_box library

Classes

CheckBox
自定义版
CheckboxState
官方版增加状态

Typedefs

CheckBoxStateBuilder = Widget Function(bool? value)
CheckboxStateBuilder = Widget Function(bool? value, CheckboxStateChanged onChanged)
CheckboxStateChanged = void Function(bool? value)
CheckboxStateWaitChanged = Future<bool?> Function(bool? value)