ShotIndicatorWidget constructor

const ShotIndicatorWidget({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. required int shot,
})

Implementation

const ShotIndicatorWidget({super.key, this.width, this.height, required this.shot});