AppPlayerView constructor
const
AppPlayerView({
- Key? key,
- required AppPlayerController controller,
Implementation
const AppPlayerView({super.key, required this.controller});