click method

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

Implementation

VxGestureBuilder click(FnBuilderCallback onClick) =>
    VxGestureBuilder(this, onClick);