menu
composable_architecture_widgets package
documentation
material.dart
SwitchStore<S, A>
orElse property
orElse property
dark_mode
light_mode
orElse
property
Widget
Function
(
BuildContext
context
)
?
orElse
final
Fallback widget when no type matches.
Implementation
final Widget Function(BuildContext context)? orElse;
composable_architecture_widgets package
documentation
material
SwitchStore<S, A>
orElse property
SwitchStore class