ImagePickerTheme constructor
The ImagePickerTheme is used to style the ImagePicker.
Implementation
const ImagePickerTheme({
this.iconColor = Colors.black,
this.iconSize = 125,
this.spaceBetweenIcons = 30,
this.makePhotoIcon,
this.makePhotoText = 'Take a Picture',
this.selectImageIcon,
this.selectImageText = 'Select File',
this.iconTextStyle,
this.closeButtonBuilder,
});