SCROLLBARS_INSIDE_INSET constant
ScrollBarStyle
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 =
ScrollBarStyle._internal(16777216, 16777216);