pushTapAction method

void pushTapAction(
  1. dynamic onTap()
)

Implementation

void pushTapAction(Function() onTap) {
  _tapActions.add(onTap);
}