SubtitleView constructor
const
SubtitleView({
- Key? key,
- required VideoController controller,
- required SubtitleViewConfiguration configuration,
SubtitleView
SubtitleView widget is used to display the subtitles on top of the Video.
Implementation
const SubtitleView({
Key? key,
required this.controller,
required this.configuration,
}) : super(key: key);