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