ArcherButton constructor
ArcherButton({})
Implementation
ArcherButton({
Key? key,
this.text = "",
this.onPressed,
this.color,
this.textColor,
this.disabled,
this.leading,
this.trailing,
this.density,
}) : super(key: key);