menu
hycop_multi_platform package
documentation
common/util/state.dart
ControllerStateBase
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
ControllerStateBase
copyWith
(
{
AppError
?
error
,
})
Implementation
ControllerStateBase copyWith({AppError? error}) => ControllerStateBase(error: error ?? this.error);
hycop_multi_platform package
documentation
common/util/state
ControllerStateBase
copyWith method
ControllerStateBase class