InstaExportData constructor
const
InstaExportData({
- required File? croppedFile,
- required InstaCropData selectedData,
Implementation
const InstaExportData({
required this.croppedFile,
required this.selectedData,
});