menu
flutter_sm_core package
documentation
sm_core.dart
MExpandableThemeData
nullIfEmpty method
nullIfEmpty method
dark_mode
light_mode
nullIfEmpty
method
MExpandableThemeData
?
nullIfEmpty
(
)
Implementation
MExpandableThemeData? nullIfEmpty() { return isEmpty() ? null : this; }
flutter_sm_core package
documentation
sm_core
MExpandableThemeData
nullIfEmpty method
MExpandableThemeData class