onTapUp method

GestureDetector onTapUp(
  1. ValueChanged onTapUp
)

Implementation

GestureDetector onTapUp(ValueChanged<dynamic> onTapUp) => GestureDetector(
      child: this,
      onTapUp: onTapUp,
    );