withLongPress method

Ink withLongPress(
  1. dynamic onLongPress()?
)

Implementation

Ink withLongPress(Function()? onLongPress) => this & Attr(#longpress)[onLongPress];