TapWidget constructor

const TapWidget({
  1. Key? key,
  2. dynamic onTap()?,
  3. dynamic onLongPress()?,
  4. Widget? child,
  5. bool removeClickEffect = false,
})

Implementation

const TapWidget(
    {super.key, this.onTap, this.onLongPress, this.child, this.removeClickEffect = false});