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