wrap property

bool wrap
final

Whether to wrap or not

If true, the chips will wrap to the next line when they reach the end of the row. If false, the chips will not wrap and will be displayed in a single line, scrolling horizontally if necessary.

Implementation

final bool wrap;