thumbColor property Null safety
final
Overrides the default Color
of the Scrollbar thumb in all descendant
Scrollbar widgets.
Resolves in the following states:
- MaterialState.dragged.
- MaterialState.hovered on web and desktop platforms.
Implementation
final MaterialStateProperty<Color?>? thumbColor;