mdDoubleClick method

VelocityXInkWellBuilder mdDoubleClick(
  1. FnBuilderCallback onClick
)

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

Implementation

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