ImagePickerDialogBox constructor

const ImagePickerDialogBox({
  1. Key? key,
  2. Widget? title,
  3. String? titleText,
  4. double? titleTextSize,
  5. TextStyle? style,
})

Implementation

const ImagePickerDialogBox({
  super.key,
  this.title,
  this.titleText,
  this.titleTextSize,
  this.style,
});