SCROLLBARS_OUTSIDE_INSET constant

AndroidScrollBarStyle 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 =
    const AndroidScrollBarStyle._internal(50331648);