menu
phoenix_form package
documentation
base/input_item_interface.dart
OnBrnFormRadioValueChanged typedef
OnBrnFormRadioValueChanged typedef
dark_mode
light_mode
OnBrnFormRadioValueChanged
typedef
OnBrnFormRadioValueChanged
=
void Function
(
String
?
oldStr
,
String
?
newStr
)
主要用于各种输入值变化
Implementation
typedef OnBrnFormRadioValueChanged = void Function( String? oldStr, String? newStr);
phoenix_form package
documentation
base/input_item_interface
OnBrnFormRadioValueChanged typedef
input_item_interface library