menu
flutter_extended package
documentation
extensions/ext_falsy.dart
ExtBool extension
ExtBool extension
dark_mode
light_mode
ExtBool
extension
Extension for bools
on
bool
?
Properties
orFalse
→
bool
Available on
bool
?, provided by the
ExtBool
extension
Returns
false
when
value
is
null
.
no setter
orTrue
→
bool
Available on
bool
?, provided by the
ExtBool
extension
Returns
true
when
value
is
null
.
no setter
flutter_extended package
documentation
extensions/ext_falsy
ExtBool extension
ext_falsy library