menu
phoenix_form package
documentation
base/input_item_interface.dart
OnBrnFormSwitchChanged typedef
OnBrnFormSwitchChanged typedef
dark_mode
light_mode
OnBrnFormSwitchChanged
typedef
OnBrnFormSwitchChanged
=
void Function
(
bool
oldValue
,
bool
newValue
)
开关变化回调
Implementation
typedef OnBrnFormSwitchChanged = void Function(bool oldValue, bool newValue);
phoenix_form package
documentation
base/input_item_interface
OnBrnFormSwitchChanged typedef
input_item_interface library