XButton constructor
const
XButton({})
Implementation
const XButton({
super.key,
required this.onPressed,
this.label,
this.radius = 5,
this.style,
this.textStyle,
this.isLoading = false,
this.isEnable = true,
this.isForceTap = false,
this.child,
this.width,
this.height,
this.widthInfinity = false,
});