ClVideoPicker constructor

const ClVideoPicker({
  1. Key? key,
  2. ValueChanged<PlatformFile?>? onPickedFile,
})

Implementation

const ClVideoPicker({super.key, this.onPickedFile});