Gesture.two constructor

const Gesture.two({
  1. List<GestureBounds> bounds = const [],
  2. StageBuilder? builder,
})

Implementation

const Gesture.two({this.bounds = const [], this.builder}) : start = GestureStart.two;