SCROLLBARS_INSIDE_OVERLAY constant

AndroidScrollBarStyle const SCROLLBARS_INSIDE_OVERLAY

The scrollbar style to display the scrollbars inside the content area, without increasing the padding. The scrollbars will be overlaid with translucency on the view's content.

Implementation

static const SCROLLBARS_INSIDE_OVERLAY =
    const AndroidScrollBarStyle._internal(0);