triggerTap method

void triggerTap(
  1. dynamic data
)

触发点击事件,记录当前触发元素

Implementation

void triggerTap(dynamic data) {
  _tapData = data;
}