TextAddEdit constructor

const TextAddEdit({
  1. Key? key,
  2. Map? mapValue,
  3. int? index,
  4. bool? isEdit,
})

Implementation

const TextAddEdit({
  Key? key,
  this.mapValue,
  this.index,
  this.isEdit,
}) : super(key: key);