ChipDesign constructor

const ChipDesign({
  1. Color text = Colors.white,
  2. Color background = _placeHolderColor,
})

Implementation

const ChipDesign({
  this.text = Colors.white,
  this.background = _placeHolderColor,
});