FLDyGestureRecognizer constructor

FLDyGestureRecognizer(
  1. FLDyAction? onTap,
  2. FLDyAction? onLongPress
)

Implementation

FLDyGestureRecognizer(this.onTap, this.onLongPress);