menu
template_package package
documentation
error_state.dart
ErrorState
ErrorState constructor
ErrorState constructor
dark_mode
light_mode
ErrorState
constructor
ErrorState
(
{
required
Error
error
,
})
Implementation
ErrorState({required Error error}) : super(error);
template_package package
documentation
error_state
ErrorState
ErrorState constructor
ErrorState class