clipBehavior property

Clip? clipBehavior
final

The chip's 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 FlexiChipStyle.defaultClipBehavior

Implementation

final Clip? clipBehavior;