ImageView constructor
const
ImageView({
- Key? key,
- String url = '',
- required String heroTag,
- ImageProvider<
Object> ? imageProvider,
Implementation
const ImageView({super.key, this.url = '', required this.heroTag, this.imageProvider, });