menu
sourceid package
documentation
redux/store.dart
AppState
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
AppState
copyWith
(
{
int
?
step
,
})
Implementation
AppState copyWith({int? step}) { return AppState(step: step ?? this.step); }
sourceid package
documentation
redux/store
AppState
copyWith method
AppState class