scrollbarPainter property

  1. @protected
ScrollbarPainter scrollbarPainter
latefinal

Used to paint the scrollbar.

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

Implementation

@protected
late final ScrollbarPainter scrollbarPainter;