Button constructor
const
Button({})
Implementation
const Button({
super.key,
required this.text,
required this.onPressed,
this.icon,
this.iconSize = 24,
this.iconAfter = true,
this.textStyle,
this.iconColor,
this.backgroundColor,
this.spacing = 8,
});