ImagePickerConfigDelegate constructor

ImagePickerConfigDelegate({
  1. Color backgroundColor = Colors.white,
  2. Color statusBarColor = Colors.white,
})

Implementation

ImagePickerConfigDelegate({
  this.backgroundColor = Colors.white,
  this.statusBarColor = Colors.white
});