disabledStyle property

ChipStyle get disabledStyle

A reusable disabled style view.

Implementation

ChipStyle get disabledStyle => defaultStyle.copyWith(
      backgroundColor: disabledColor,
      textColor: disabledTextColor,
      borderColor: disabledBorderColor,
      elevation: 0,
    );