menu
composable_architecture_widgets package
documentation
material.dart
IfLetStore<S, A>
orElse property
orElse property
dark_mode
light_mode
orElse
property
Widget
Function
(
BuildContext
context
)
?
orElse
final
Widget to render when the state is null.
Implementation
final Widget Function(BuildContext context)? orElse;
composable_architecture_widgets package
documentation
material
IfLetStore<S, A>
orElse property
IfLetStore class