XButton constructor
XButton({})
Implementation
XButton({
super.key,
this.color,
this.text = '',
this.circular = 2.5,
this.size,
this.borderColor = Colors.transparent,
this.onTap,
this.child,
this.loading = false,
this.elevation,
this.textStyle,
});