clipBehavior property

Clip clipBehavior
final

If set to Clip.none, the child may extend beyond the size of the InteractiveViewer, but it will not receive gestures in these areas. Be sure that the InteractiveViewer is the desired size when using Clip.none.

Defaults to Clip.hardEdge.

Implementation

final Clip clipBehavior;