Button constructor
const
Button({})
Implementation
const Button({
super.key,
required this.text,
this.icon,
required this.onPressed,
this.backgroundColor,
this.expanded = false,
this.thin = false,
this.isLoading = false,
});