FullImageView constructor

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

Implementation

const FullImageView({Key? key,this.imageFile}) : super(key: key);