tap static method

NvGestureTap tap({
  1. required Finder finder(),
  2. bool apply = true,
})

Implementation

static NvGestureTap tap({
  required Finder Function() finder,
  bool apply = true,
}) =>
    NvGestureTap(finder: finder, apply: apply);