PinWaitingBallState constructor
PinWaitingBallState({})
Implementation
PinWaitingBallState({
required this.lane,
required this.playerName,
required this.pins,
required this.shot,
this.shotTimeout = 0,
required this.score,
this.animationDuration = const Duration(seconds: 1),
this.animationCurve = Curves.linear,
});