menu
flutter_extended package
documentation
extensions/ext_falsy.dart
extensions/ext_falsy.dart
dark_mode
light_mode
extensions/ext_falsy
library
Extensions
ExtBool
on
bool
?
Extension for bools
ExtFalsy
on T?
Extension that adds falsy/truthy helpers to nullable values.
Functions
falsy
<
T
>
(
T?
falsable
,
T
fallback
)
→ T
Returns
fallback
when
falsable
is
null
or considered falsy.
flutter_extended package
documentation
extensions/ext_falsy.dart
flutter_extended
package
Libraries
exports/intl
exports/timeago
exports/url_launcher
extensions/ext_all
extensions/ext_context
extensions/ext_date
extensions/ext_decoration
extensions/ext_duration
extensions/ext_falsy
extensions/ext_future
extensions/ext_globalkey
extensions/ext_list
extensions/ext_map
extensions/ext_num
extensions/ext_stream
extensions/ext_string
extensions/ext_textcontroller
extensions/ext_textstyle
extensions/ext_widget
flutter_extended
utils/color
widgets/alert_dialog
widgets/sliver
widgets/styled_text
ext_falsy library