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