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