menu
_private_core package
documentation
widgets/widget_expandable.dart
ExpandableThemeData
nullIfEmpty method
nullIfEmpty method
dark_mode
light_mode
nullIfEmpty
method
ExpandableThemeData
?
nullIfEmpty
(
)
Implementation
ExpandableThemeData? nullIfEmpty() { return isEmpty() ? null : this; }
_private_core package
documentation
widgets/widget_expandable
ExpandableThemeData
nullIfEmpty method
ExpandableThemeData class