scrollbarPainter property Null safety
Used to paint the scrollbar.
Can be customized by subclasses to change scrollbar behavior by overriding updateScrollbarPainter.
Implementation
@protected
late final ScrollbarPainter scrollbarPainter;
Used to paint the scrollbar.
Can be customized by subclasses to change scrollbar behavior by overriding updateScrollbarPainter.
@protected
late final ScrollbarPainter scrollbarPainter;