MarkupLongPressEvent.from constructor

MarkupLongPressEvent.from(
  1. MarkupContext context
)

Implementation

MarkupLongPressEvent.from(MarkupContext context)
  : super(context.tag, context.attrs);