layout property
Specified chip list layout. Possible string values are:
- "LAYOUT_UNSPECIFIED" : Don't use. Unspecified.
- "WRAPPED" : Default value. The chip list wraps to the next line if there isn't enough horizontal space.
- "HORIZONTAL_SCROLLABLE" : The chips scroll horizontally if they don't fit in the available space.
Implementation
core.String? layout;