defaultChoiceStyle property

ChipSelectionItemStyle get defaultChoiceStyle

default style for unselected choice item

Implementation

ChipSelectionItemStyle get defaultChoiceStyle => ChipSelectionItemStyle(
    margin: defaultChipMargin, color: theme.unselectedWidgetColor);