TVideoView constructor

const TVideoView({
  1. Key? key,
  2. required String path,
  3. required TVideoController controller,
})

Implementation

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