itemClipBehavior property
final
The clip behavior for each carousel item.
The item content will be clipped (or not) according to this option. Refer to the Clip enum for more details on the different clip options.
Overrides the default value for CarouselView.itemClipBehavior.
Implementation
final Clip? itemClipBehavior;