XTap constructor
const
XTap({
- Key? key,
- Color? color,
- Size? size,
- double? height,
- double? width,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- void onTap()?,
- Widget? child,
Implementation
const XTap({
super.key,
this.color,
this.size,
this.height,
this.width,
this.padding,
this.margin,
this.onTap,
this.child,
});