ImageFileConfiguration constructor Null safety

ImageFileConfiguration(
  1. {required ImageFile input,
  2. Configuration config = const Configuration()}
)

Implementation

ImageFileConfiguration({
  required this.input,
  this.config = const Configuration(),
});