ThreeButtonTapInput constructor

ThreeButtonTapInput({
  1. TapUpEvent? upEvent,
  2. TapDownEvent? downEvent,
})

Implementation

ThreeButtonTapInput({
  this.upEvent,
  this.downEvent,
});