orElse property
Fallback widget when the controller cannot be resolved.
If the resolution returns null and no orElse is provided,
a StateError is thrown.
Implementation
final Widget Function(BuildContext context)? orElse;
Fallback widget when the controller cannot be resolved.
If the resolution returns null and no orElse is provided,
a StateError is thrown.
final Widget Function(BuildContext context)? orElse;