menu
scobro_foundation_flutter package
documentation
framework/loadable_state.dart
LoadableState<T>
copyWithLoading method
copyWithLoading method
dark_mode
light_mode
copyWithLoading
method
LoadableState
<
T
>
copyWithLoading
(
bool
isLoading
)
Implementation
LoadableState<T> copyWithLoading(bool isLoading) => copyWith(isLoading: isLoading);
scobro_foundation_flutter package
documentation
framework/loadable_state
LoadableState<T>
copyWithLoading method
LoadableState class