DragScaleContainer constructor

DragScaleContainer({
  1. required Widget child,
  2. bool doubleTapStillScale = true,
})

Implementation

DragScaleContainer({required Widget child, bool doubleTapStillScale = true})
    : this.child = child,
      this.doubleTapStillScale = doubleTapStillScale;