HMButton constructor
const
HMButton({})
Implementation
const HMButton({
super.key,
required this.content,
this.fillColor,
this.textColor,
this.radius,
this.size,
this.fullWidth = false,
this.buttonVariant,
this.icon,
this.iconAtLeft = true,
required this.onPressed,
this.disabled = false,
this.hidden = false,
});