VideoCustomControls constructor

const VideoCustomControls({
  1. required Future<void> downloadFn(),
  2. Key? key,
})

Implementation

const VideoCustomControls({required this.downloadFn, Key? key}) : super(key: key);