clipBehavior property
If set to Clip.none,the child may extend beyond the size of the InteractiveScrollable, but it will not receive gestures in these areas. Be sure that the InteractiveScrollable is the desired size when using Clip.none.
Defaults to Clip.hardEdge.
Implementation
final Clip clipBehavior;