clipBehavior property
The 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 Clip.none.
This property can be used to clip the content of the chip when it overflows its bounds. For example, if you have a long label text that doesn't fit within the chip's bounds, setting this to Clip.hardEdge will clip the overflowing text.
Implementation
final Clip clipBehavior;