ImageNetwork constructor
const
ImageNetwork({})
Implementation
const ImageNetwork({
Key? key,
required this.url,
required this.width,
required this.height,
this.errorWidget,
required this.clipOval,
this.onTap,
required this.isGroup,
required this.blocked,
required this.unknown,
}) : super(key: key);