allowScrubbing property

bool allowScrubbing
final

When true, the widget will detect touch input and try to seek the video accordingly. The widget ignores such input when false.

Defaults to false.

Implementation

final bool allowScrubbing;