CustomAlertDialog constructor

const CustomAlertDialog({
  1. Key? key,
  2. String? filePath,
  3. String? imageUrl,
})

Implementation

const CustomAlertDialog({Key? key, this.filePath, this.imageUrl})
    : super(key: key);