menu
flutter_extended package
documentation
extensions/ext_falsy.dart
ExtBool
orTrue property
orTrue property
dark_mode
light_mode
orTrue
property
bool
get
orTrue
Returns
true
when
value
is
null
.
Implementation
bool get orTrue => this ?? true;
flutter_extended package
documentation
extensions/ext_falsy
ExtBool
orTrue property
ExtBool extension on
bool
?