verticalScrollbarPadsContent property

bool verticalScrollbarPadsContent
final

Whether the vertical scrollbar should push content inward.

When true, content is padded by verticalScrollbarThickness to make room for the scrollbar. When false, the scrollbar overlays the content.

Implementation

final bool verticalScrollbarPadsContent;