TVideoView constructor
const
TVideoView({
- Key? key,
- required String path,
- required TVideoController controller,
Implementation
const TVideoView({super.key, required this.path, required this.controller});