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