SCROLLBARS_OUTSIDE_INSET constant

ScrollBarStyle const SCROLLBARS_OUTSIDE_INSET

The scrollbar style to display the scrollbars at the edge of the view, increasing the padding of the view. The scrollbars will only overlap the background, if any.

Implementation

static const SCROLLBARS_OUTSIDE_INSET =
    ScrollBarStyle._internal(50331648, 50331648);