SwitchStateBuilder typedef

SwitchStateBuilder = Widget Function(bool value, SwitchStateChanged onChanged)

Implementation

typedef SwitchStateBuilder = Widget Function(
    bool value, SwitchStateChanged onChanged);