shouldWrap property Null safety

bool shouldWrap
read / write

Determines if the chip_list should be wrapped.

If you set it to true, ensure that you wrap the ChipList within a SizedBox and define the width property.

Defaults to false.

Implementation

bool shouldWrap;