ImgView constructor
const
ImgView({})
Implementation
const ImgView(
{Key? key,
required this.url,
this.fit = BoxFit.contain,
this.width,
this.height,
this.clickToView = false})
: super(key: key);