AtomChip constructor
const
AtomChip({})
Implementation
const AtomChip({
super.key,
required this.label,
this.backgroundColor = Colors.white,
this.textColor,
this.padding = const EdgeInsets.symmetric(horizontal: 16, vertical: 6),
this.borderRadius = 16,
});