ClosedCaptionView constructor
const
ClosedCaptionView({
- Key? key,
- required Responsive responsive,
- double distanceFromBottom = 30,
- Widget customCaptionView(
- BuildContext context,
- MeeduPlayerController controller,
- Responsive responsive,
- String text,
Implementation
const ClosedCaptionView(
{Key? key,
required this.responsive,
this.distanceFromBottom = 30,
this.customCaptionView})
: super(key: key);