SCROLLBAR_POSITION_DEFAULT constant

VerticalScrollbarPosition const SCROLLBAR_POSITION_DEFAULT

Position the scroll bar at the default position as determined by the system.

Implementation

static const SCROLLBAR_POSITION_DEFAULT = VerticalScrollbarPosition._internal(
  0,
  0,
);