InvalidDataDialog constructor

const InvalidDataDialog({
  1. Key? key,
  2. String? title,
})

Implementation

const InvalidDataDialog({
  super.key,
  this.title,
});