XImage constructor
const
XImage({})
Implementation
const XImage({
super.key,
required this.url,
required this.width,
required this.height,
this.radius = 5,
this.fit = BoxFit.cover,
});
const XImage({
super.key,
required this.url,
required this.width,
required this.height,
this.radius = 5,
this.fit = BoxFit.cover,
});