XButton constructor
const
XButton({
- required Widget child,
- VoidCallback? onPressed,
- VoidCallback? onLongPressed,
- XButtonType? buttonType,
- XButtonShape? buttonShape,
- BorderRadiusGeometry? borderRadius,
- Color? overlayColor,
- Size? minSize,
- EdgeInsetsGeometry? padding,
Implementation
const XButton(
{required this.child,
this.onPressed,
this.onLongPressed,
this.buttonType,
this.buttonShape,
this.borderRadius,
this.overlayColor,
this.minSize,
this.padding});