ImageView constructor

const ImageView({
  1. Key? key,
  2. File? file,
})

Implementation

const ImageView({Key? key, this.file}) : super(key: key);