updateScrollbarPainters method

  1. @override
void updateScrollbarPainters()
override

This method is responsible for configuring the horizontalScrollbar and verticalScrollbar according to the widget's properties and any inherited widgets the painter depends on, like Directionality and MediaQuery.

Implementation

@override
void updateScrollbarPainters() {
  realController.updateScrollbarPainters();
}