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 MacosThemeData.scrollbarTheme is used. If that is also null, the default value is false.

Implementation

final bool? showTrackOnHover;