ImagePicker constructor
const
ImagePicker({
- Key? key,
- int maxCount = 10,
- bool isFullscreenImage = false,
- bool isCaptureFirst = true,
- ImagePickerConfigs? configs,
Default constructor for the photo and media image picker.
Implementation
const ImagePicker(
{final Key? key,
this.maxCount = 10,
this.isFullscreenImage = false,
this.isCaptureFirst = true,
this.configs})
: super(key: key);