customCaptionView property
Widget Function(BuildContext context, MeeduPlayerController controller, Responsive responsive, String text)?
customCaptionView
final
customCaptionView when a custom view for the captions is needed
Implementation
final Widget Function(BuildContext context, MeeduPlayerController controller,
Responsive responsive, String text)? customCaptionView;