EditWithGesture constructor

const EditWithGesture({
  1. Key? key,
  2. String frontImage = "",
  3. String bgImage = "",
  4. EditMode editMode = EditMode.noEdit,
})

Implementation

const EditWithGesture({
  Key? key,
  this.frontImage = "",
  this.bgImage = "",
  this.editMode = EditMode.noEdit,
}) : super(key: key);