mdLongClick method

Note - For single prop use onInkLongPress. Extension method to directly access material VelocityXInkWellBuilder long click with any widget without wrapping or with dot operator.

Implementation

VelocityXInkWellBuilder mdLongClick(FnBuilderCallback onClick) =>
    VelocityXInkWellBuilder.mdLongClick(this, onClick);