customControls property
Widget Function(BuildContext context, MeeduPlayerController controller, Responsive responsive)?
customControls
final
customControls this only needed when controlsStyle is ControlsStyle.custom
Implementation
final Widget Function(
BuildContext context,
MeeduPlayerController controller,
Responsive responsive,
)? customControls;