XImage constructor
XImage({})
Implementation
XImage(
{this.uri,
required this.remote,
this.width,
this.height,
this.fit = BoxFit.contain,
this.placeholderBuilder,
this.overrideWidget});
XImage(
{this.uri,
required this.remote,
this.width,
this.height,
this.fit = BoxFit.contain,
this.placeholderBuilder,
this.overrideWidget});