ActionPillButton constructor
const
ActionPillButton({})
Implementation
const ActionPillButton({
required this.text,
this.icon,
this.onPressed,
this.isSelected = false,
this.selectedColor,
super.key,
});
const ActionPillButton({
required this.text,
this.icon,
this.onPressed,
this.isSelected = false,
this.selectedColor,
super.key,
});