SCROLLBARS_OUTSIDE_OVERLAY constant

AndroidScrollBarStyle 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 = AndroidScrollBarStyle._internal(
  33554432,
  33554432,
);