PipenGestureTap constructor
const
PipenGestureTap({
- Key? key,
- dynamic onTap()?,
- required Widget child,
- bool disabled = false,
- EdgeInsets margin = EdgeInsets.zero,
Implementation
const PipenGestureTap({
super.key,
this.onTap,
required this.child,
this.disabled = false,
this.margin = EdgeInsets.zero,
}) : vibrate = false;