XButtonElevated constructor
const
XButtonElevated({})
Implementation
const XButtonElevated({
required this.text,
required this.onTap,
this.enabled = true,
this.padding,
this.radius,
this.rounded = false,
super.key,
});