mirror of https://github.com/flutter/pinball.git
parent
eae56fe19f
commit
77907a922b
@ -1,7 +1,10 @@
|
||||
part of 'google_letter_cubit.dart';
|
||||
|
||||
/// Indicates the [GoogleLetterCubit]'s current state.
|
||||
enum GoogleLetterState {
|
||||
/// A lit up letter.
|
||||
active,
|
||||
|
||||
/// A dimmed letter.
|
||||
inactive,
|
||||
}
|
||||
|
Loading…
Reference in new issue