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

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

@ -35,7 +35,7 @@ class SpaceshipRampState extends Equatable {
/// Indicates the state of the arrow on the [SpaceshipRamp]. /// Indicates the state of the arrow on the [SpaceshipRamp].
enum ArrowLightState { enum ArrowLightState {
/// Arrow with no dashes lit up. /// Arrow with no lights lit up.
inactive, inactive,
/// Arrow with 1 light lit up. /// Arrow with 1 light lit up.

Loading…
Cancel
Save