menu
flutter_slc_boxes package
documentation
flutter/slc/adapter/select_box.dart
ISelectBox<T>
isBoxChecked method
isBoxChecked method
dark_mode
light_mode
isBoxChecked
method
bool
isBoxChecked
(
)
获取选中状态,如果为空则返回false
Implementation
bool isBoxChecked() { return boxChecked ?? false; }
flutter_slc_boxes package
documentation
flutter/slc/adapter/select_box
ISelectBox<T>
isBoxChecked method
ISelectBox class