showTrackOnHover property

bool? showTrackOnHover
final

Controls if the track will show on hover and remain, including during drag.

If this property is null, then ScrollbarThemeData.showTrackOnHover of ThemeData.scrollbarTheme is used. If that is also null, the default value is false.

This will be deprecated, and trackVisibility is recommended.

Implementation

final bool? showTrackOnHover;