|
|
@ -7,13 +7,14 @@ import 'package:pinball/game/game.dart';
|
|
|
|
import 'package:pinball_components/pinball_components.dart';
|
|
|
|
import 'package:pinball_components/pinball_components.dart';
|
|
|
|
|
|
|
|
|
|
|
|
/// {@template flutter_forest}
|
|
|
|
/// {@template flutter_forest}
|
|
|
|
/// Area positioned at the top right of the [Board] where the [Ball]
|
|
|
|
/// Area positioned at the top right of the [Board] where the [Ball] can bounce
|
|
|
|
/// can bounce off [DashNestBumper]s.
|
|
|
|
/// off [DashNestBumper]s.
|
|
|
|
/// {@endtemplate}
|
|
|
|
/// {@endtemplate}
|
|
|
|
class FlutterForest extends Component {
|
|
|
|
class FlutterForest extends Component {
|
|
|
|
/// {@macro flutter_forest}
|
|
|
|
/// {@macro flutter_forest}
|
|
|
|
FlutterForest()
|
|
|
|
FlutterForest()
|
|
|
|
: super(
|
|
|
|
: super(
|
|
|
|
|
|
|
|
priority: RenderPriority.flutterForest,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
Signpost(
|
|
|
|
Signpost(
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|