clipBehavior property

Clip clipBehavior
final

The content will be clipped (or not) according to this option.

See the enum Clip for details of all possible options and their common use cases.

Defaults to Clip.hardEdge.

This is passed to decorators in ScrollableDetails, and does not directly affect clipping of the Scrollable. This reflects the same Clip that is provided to ScrollView.clipBehavior and is supplied to the Viewport.

Implementation

final Clip clipBehavior;