NowaVideoPlayer constructor

const NowaVideoPlayer({
  1. required NowaVideoPlayerController controller,
  2. Key? key,
})

Implementation

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