onLongPress property

VoidVideoCallback? onLongPress
final

A callback that once the video player is long pressed, will be invoked.

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

Implementation

final VoidVideoCallback? onLongPress;