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