EditImageComponentState constructor

const EditImageComponentState({
  1. Key? key,
  2. required File imageFile,
})

Implementation

const EditImageComponentState({super.key, required this.imageFile});