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

Overrides the default value of Scrollbar.showTrackOnHover in all descendant Scrollbar widgets.

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;