|
|
@ -3,7 +3,7 @@ import 'package:pinball_theme/pinball_theme.dart';
|
|
|
|
|
|
|
|
|
|
|
|
/// [PinballGame] extension to reduce boilerplate in tests.
|
|
|
|
/// [PinballGame] extension to reduce boilerplate in tests.
|
|
|
|
extension PinballGameTest on PinballGame {
|
|
|
|
extension PinballGameTest on PinballGame {
|
|
|
|
/// [PinballGame] with default [PinballTheme].
|
|
|
|
/// Create [PinballGame] with default [PinballTheme].
|
|
|
|
static PinballGame create() => PinballGame(
|
|
|
|
static PinballGame create() => PinballGame(
|
|
|
|
theme: const PinballTheme(
|
|
|
|
theme: const PinballTheme(
|
|
|
|
characterTheme: DashTheme(),
|
|
|
|
characterTheme: DashTheme(),
|
|
|
|