Update packages/pinball_components/lib/src/components/spaceship_ramp/cubit/spaceship_ramp_cubit.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/416/head
Rui Miguel Alonso 3 years ago committed by GitHub
parent fbfea1b44b
commit cb6815d650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,6 @@ class SpaceshipRampCubit extends Cubit<SpaceshipRampState> {
void onProgressed() { void onProgressed() {
final index = ArrowLightState.values.indexOf(state.lightState); final index = ArrowLightState.values.indexOf(state.lightState);
emit( emit(
state.copyWith( state.copyWith(
lightState: lightState:

Loading…
Cancel
Save