menu
comm_utils package
documentation
utils/k_widget.dart
WidgetExten
kwithElseShow method
kwithElseShow method
dark_mode
light_mode
kwithElseShow
method
Widget
kwithElseShow
(
bool
isShow
,
Widget
widget
)
判断显示哪个控件
Implementation
Widget kwithElseShow(bool isShow, Widget widget) { return isShow ? this : widget; }
comm_utils package
documentation
utils/k_widget
WidgetExten
kwithElseShow method
WidgetExten extension on
Widget