SafeImage constructor
SafeImage({})
Implementation
SafeImage(
{Key? key,
required this.imageUrl,
this.width = 0,
this.height = 0,
this.radius = 8,
this.boxfit = BoxFit.cover,
this.package = "chat_call_core",
this.domainUri = "",
this.color})
: super(key: key);