menu
nomo_ui_kit package
documentation
theme/nomo_theme.dart
IfUtils<T>
ifElse method
ifElse method
dark_mode
light_mode
ifElse
method
T
ifElse
(
bool
condition
, {
required
T
other
,
})
Implementation
T ifElse(bool condition, {required T other}) => condition ? this : other;
nomo_ui_kit package
documentation
theme/nomo_theme
IfUtils<T>
ifElse method
IfUtils extension on T