horizontalScrollbarPadsContent property

bool horizontalScrollbarPadsContent
final

Whether the horizontal scrollbar should push content inward.

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

Implementation

final bool horizontalScrollbarPadsContent;