autoHideControlsDuration property
播放控件自动隐藏的持续时间。
Duration before the playback controls are automatically hidden.
值必须大于零,否则控件将瞬间隐藏导致无法交互。
The value must be greater than zero, otherwise the controls will hide instantly and become non-interactive.
默认值为 SettingConstants.defaultAutoHideControlsDuration。
Defaults to SettingConstants.defaultAutoHideControlsDuration.
Implementation
final Duration autoHideControlsDuration;