onLongPress method

Decor onLongPress(
  1. dynamic onLongPress()?
)

@from Inkwell ~ set longPress callback

Implementation

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