selectedStyle property
ChipStyle
get
selectedStyle
A reusable selected style view.
Implementation
ChipStyle get selectedStyle => defaultStyle.copyWith(
backgroundColor: selectedColor,
textColor: selectedTextColor,
borderColor: selectedBorderColor,
borderWidth: selectedBorderWidth,
elevation: selectedElevation,
);