menu
eyflutter_uikit package
documentation
uikit/widgets/check_button.dart
OnCheckedCall typedef
OnCheckedCall typedef
dark_mode
light_mode
OnCheckedCall
typedef
OnCheckedCall
=
void Function
(
bool
check
,
dynamic
tag
,
int
position
)
选择状态事件
Implementation
typedef OnCheckedCall = void Function(bool check, dynamic tag, int position);
eyflutter_uikit package
documentation
uikit/widgets/check_button
OnCheckedCall typedef
check_button library