onLongPress method

Inkwell onLongPress(
  1. dynamic onLongPress()?
)

@fixed ~ set long press callback

Implementation

Inkwell onLongPress(Function()? onLongPress) => resolve(onLongPress, #onLongPress);