hasVisualOverflow property

bool hasVisualOverflow
final

Whether this sliver has visual overflow.

By default, this is false, which means the viewport does not need to clip its children. If any slivers have visual overflow, the viewport will apply a clip to its children.

Implementation

final bool hasVisualOverflow;