ImageView constructor
const
ImageView({})
Implementation
const ImageView({
Key? key,
this.onPressed,
required this.url,
this.size,
this.width = double.infinity,
this.height = double.infinity,
this.placeholder,
this.showPlaceholder = true,
this.fit = BoxFit.cover,
this.placeholderFit = BoxFit.cover,
this.isEncrypt = true,
}) : super(key: key);