SCROLLBARS_INSIDE_INSET constant

AndroidScrollBarStyle const SCROLLBARS_INSIDE_INSET

The scrollbar style to display the scrollbars inside the padded area, increasing the padding of the view. The scrollbars will not overlap the content area of the view.

Implementation

static const SCROLLBARS_INSIDE_INSET =
    const AndroidScrollBarStyle._internal(16777216);