components/switch library

Classes

SwitchState
官方版增加状态

Typedefs

SwitchStateBuilder = Widget Function(bool value, SwitchStateChanged onChanged)
SwitchStateChanged = void Function(bool value)
SwitchStateWaitChanged = Future<bool> Function(bool value)