Apply suggestions from code review

Co-authored-by: Allison Ryan <77211884+allisonryan0002@users.noreply.github.com>
pull/35/head
Erick 4 years ago committed by GitHub
parent ee1a5a5368
commit 1a85559ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ import 'package:flutter/material.dart';
import 'package:pinball/game/game.dart';
/// {@template bonus_word}
/// A component that controls the bonus word feature
/// Loads all [BonusLetter]s to compose a [BonusWord].
/// {@endtemplate}
class BonusWord extends Component {
/// {@macro bonus_word}
@ -124,7 +124,7 @@ class BonusLetter extends BodyComponent<PinballGame>
}
/// Triggers [BonusLetter.activate] method when a [BonusLetter] and a [Ball]
// come in contact.
/// come in contact.
class BonusLetterBallContactCallback
extends ContactCallback<Ball, BonusLetter> {
@override

@ -78,7 +78,7 @@ void main() {
);
});
group('first fixture', () {
group('fixture', () {
flameTester.test(
'exists',
(game) async {

Loading…
Cancel
Save