menu
flutter_use package
documentation
flutter_use.dart
ExceptionState
ExceptionState const constructor
ExceptionState const constructor
dark_mode
light_mode
ExceptionState
constructor
const
ExceptionState
(
void
_dispatcher
(
Exception
e
),
Exception
?
_getter
()
)
Implementation
const ExceptionState(this._dispatcher, this._getter);
flutter_use package
documentation
flutter_use
ExceptionState
ExceptionState const constructor
ExceptionState class