SubTitleWrapper constructor

  1. @Deprecated('Renamed to SubtitleWrapper')
const SubTitleWrapper({
  1. required Widget videoChild,
  2. required SubtitleController subtitleController,
  3. required VideoPlayerController videoPlayerController,
  4. Key? key,
  5. SubtitleStyle subtitleStyle = const SubtitleStyle(),
  6. Color? backgroundColor,
})

Implementation

@Deprecated('Renamed to SubtitleWrapper')
const SubTitleWrapper({
  required super.videoChild,
  required super.subtitleController,
  required super.videoPlayerController,
  super.key,
  super.subtitleStyle,
  super.backgroundColor,
});