CustomVideoPlayer constructor

const CustomVideoPlayer({
  1. Key? key,
  2. required Datum content,
})

Implementation

const CustomVideoPlayer({super.key, required this.content});