mdClick method

_VelocityXInkWellBuilder mdClick(
  1. FnBuilderCallback onClick
)

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

Implementation

_VelocityXInkWellBuilder mdClick(FnBuilderCallback onClick) =>
    _VelocityXInkWellBuilder(this, onClick);