seekOnDoubleTapLayoutTapsRatios property
seekOnDoubleTapLayoutTapsRatios
defines the width proportions for the interactive areas
responsible for seek actions (backward seek, instant tap, forward seek) when a double tap
occurs on the video widget. This property divides the video widget into three segments
horizontally. Each integer in the list represents the relative width of each segment.
By default, the value [1, 1, 1]
means that the video widget is equally divided into three
segments: the left segment for backward seek, the middle segment for instant tap (usually show and hide controls),
and the right segment for forward seek. Adjusting these values changes the width of the interactive areas
for each double tap action.
Implementation
final List<int> seekOnDoubleTapLayoutTapsRatios;