menu
scobro_foundation_flutter package
documentation
framework/view_state_base.dart
ViewStateBase<T>
withLoaded method
withLoaded method
dark_mode
light_mode
withLoaded
method
T
withLoaded
(
)
Implementation
T withLoaded() => copyWith(isLoading: false);
scobro_foundation_flutter package
documentation
framework/view_state_base
ViewStateBase<T>
withLoaded method
ViewStateBase class