onDoubleTap property

VoidVideoCallback? onDoubleTap
final

A callback that once the video player is double tapped, will be invoked.

This is especially useful for Mobile, where the context menu is not as easily available as on Desktop.

Implementation

final VoidVideoCallback? onDoubleTap;