Apply suggestions from code review

pull/341/head
Erick 3 years ago committed by Erick Zanardo
parent 2eeffb76a7
commit 706dbcc91c

@ -58,7 +58,7 @@ class InitialsSuccessState extends BackboxState {
List<Object?> get props => [];
}
/// State when the leaderboard was successfully loaded
/// State when the leaderboard was successfully loaded.
class InitialsFailureState extends BackboxState {
@override
List<Object?> get props => [];

@ -13,7 +13,7 @@ final _bodyTextPaint = TextPaint(
);
/// {@template initials_submission_failure_display}
/// Display when the initials failed to submitted
/// Display when the initials failed to submitted.
/// {@endtemplate}
class InitialsSubmissionFailureDisplay extends TextComponent
with HasGameRef<PinballGame> {

Loading…
Cancel
Save