showTrackOnHover property

  1. @Deprecated('Use ScrollbarThemeData.trackVisibility to resolve based on the current state instead. ' 'This feature was deprecated after v3.4.0-19.0.pre.')
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 is deprecated, trackVisibility or ScrollbarThemeData.trackVisibility should be used instead.

Implementation

@Deprecated(
  'Use ScrollbarThemeData.trackVisibility to resolve based on the current state instead. '
  'This feature was deprecated after v3.4.0-19.0.pre.',
)
final bool? showTrackOnHover;