AppPlayerView constructor

const AppPlayerView({
  1. Key? key,
  2. required AppPlayerController controller,
})

Implementation

const AppPlayerView({super.key, required this.controller});