hoverThickness property

double? hoverThickness
final

The thickness of the scrollbar when a hover state is active and showTrackOnHover is true.

If this property is null, then ScrollbarThemeData.thickness of MacosThemeData.scrollbarTheme is used to resolve a thickness. If that is also null, the default value is 12.0 pixels.

Implementation

final double? hoverThickness;