SecondaryButton constructor
const
SecondaryButton({})
Implementation
const SecondaryButton({
super.key,
required this.text,
required this.onPressed,
this.icon,
this.isDisabled = false,
this.width,
});
const SecondaryButton({
super.key,
required this.text,
required this.onPressed,
this.icon,
this.isDisabled = false,
this.width,
});