CarbonButton constructor
const
CarbonButton({})
Implementation
const CarbonButton({
super.key,
required this.onTap,
this.isLoading = false,
required this.label,
this.color,
this.icon,
this.isExpanded = false,
});