const ImageSelector({ Key? key, this.aspectRatio = 2.0, required this.file, this.maxWidth, this.maxHeight, }) : super(key: key);