KinChip constructor
const
KinChip({})
Implementation
const KinChip({
super.key,
this.label,
this.child,
this.isSelected = false,
this.onTap,
this.leading,
this.trailing,
this.selectedColor,
}) : assert(label != null || child != null, 'Provide either label or child');