menu
scobro_foundation_flutter package
documentation
framework/view_state_base.dart
ViewState
ViewState.new constructor
ViewState.new constructor
dark_mode
light_mode
ViewState
constructor
ViewState
(
{
bool
isLoading
=
false
,
String
?
errorMessage
,
})
Implementation
ViewState({this.isLoading = false, this.errorMessage});
scobro_foundation_flutter package
documentation
framework/view_state_base
ViewState
ViewState.new constructor
ViewState class