scrollbarPainter property Null safety

ScrollbarPainter scrollbarPainter
protected">@protectedlatefinal

Used to paint the scrollbar.

Can be customized by subclasses to change scrollbar behavior by overriding updateScrollbarPainter.

Implementation

@protected
late final ScrollbarPainter scrollbarPainter;