Button constructor
const
Button({})
Implementation
const Button({
super.key,
this.style = ButtonType.primary,
required this.onPressed,
this.width,
this.height,
this.enabled = true,
required this.text,
this.image,
});