PillButton constructor
const
PillButton({})
Implementation
const PillButton({
super.key,
required this.text,
this.leading,
this.onTap,
this.isEnabled = true,
this.isLoading = false,
});
const PillButton({
super.key,
required this.text,
this.leading,
this.onTap,
this.isEnabled = true,
this.isLoading = false,
});