hoverColor property

Color? hoverColor
final

Shown this color when you hovered over a thumb

when hoverColor is null and CrossScrollBar(thumb:ScrollThumb.hoverShow) then normalColor will be assign to hoverColor if normalColor not null.

Implementation

final Color? hoverColor;