itemClipBehavior property

Clip? itemClipBehavior
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.

Defaults to Clip.antiAlias.

Implementation

final Clip? itemClipBehavior;