SCROLLBARS_OUTSIDE_OVERLAY constant

ScrollBarStyle const SCROLLBARS_OUTSIDE_OVERLAY

The scrollbar style to display the scrollbars at the edge of the view, without increasing the padding. The scrollbars will be overlaid with translucency.

Implementation

static const SCROLLBARS_OUTSIDE_OVERLAY =
    ScrollBarStyle._internal(33554432, 33554432);