AlphaPlayerView constructor

const AlphaPlayerView({
  1. Key? key,
  2. required PlayEndCallback playEndCallback,
})

Implementation

const AlphaPlayerView({super.key, required this.playEndCallback});