SizeAndFormat constructor
- required Size size,
- required ImageFileFormat format,
The constructor for the SizeAndFormat class
Implementation
SizeAndFormat({required this.size, required this.format});
The constructor for the SizeAndFormat class
SizeAndFormat({required this.size, required this.format});