scrollbarPainter property

  1. @protected
MaterialScrollBarPainter scrollbarPainter
latefinal

Used to paint the scrollbar.

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

Implementation

@protected
late final MaterialScrollBarPainter scrollbarPainter;