onFullscreenTap property

VoidCallback? onFullscreenTap
final

Called when the fullscreen button is tapped. If null, the button still appears but calls PlayerController.enterFullscreen / PlayerController.exitFullscreen automatically.

Implementation

final VoidCallback? onFullscreenTap;