ChipStyle constructor
const
ChipStyle({})
Implementation
const ChipStyle({
this.size,
this.background = Colors.blue,
this.color,
this.isHexagon,
this.drawHexagon,
this.convexBridge,
this.notchSmoothness,
});