menu
cutils package
documentation
ext/bool_ext.dart
BoolExt
then method
then method
dark_mode
light_mode
then
method
bool
then
(
bool
action
()
)
Implementation
bool then(bool Function() action) { if (this) { return action(); } return this; }
cutils package
documentation
ext/bool_ext
BoolExt
then method
BoolExt extension on
bool