BrainSafeVideoPlayer constructor

const BrainSafeVideoPlayer({
  1. Key? key,
  2. required VideoPlayerController videoController,
  3. required bool hasPlayBackSpeed,
  4. Function? onFinishedVideo,
})

Implementation

const BrainSafeVideoPlayer(
    {super.key,
    required this.videoController,
    required this.hasPlayBackSpeed,
    this.onFinishedVideo});