seekOnDoubleTapLayoutWidgetRatios property
seekOnDoubleTapLayoutWidgetRatios
defines the width proportions for the visual indicators or
widgets that appear during the double tap actions (backward seek, instant tap, forward seek).
Similar to seekOnDoubleTapLayoutTapsRatios
, it divides the area where these indicators are
displayed into three segments. Each integer in the list represents the relative width of each
segment where the corresponding indicators will be shown. The default [1, 1, 1]
equally divides
the space for each indicator. Modifying these values can change the layout of the seek indicators,
giving more or less space to each one based on the specified ratios.
Implementation
final List<int> seekOnDoubleTapLayoutWidgetRatios;