ImagePickerDialog constructor

const ImagePickerDialog({
  1. Key? key,
  2. required Function localCallback,
  3. required Function cloudCallback,
})

Implementation

const ImagePickerDialog(
    {Key? key, required this.localCallback, required this.cloudCallback})
    : super(key: key);