Image constructor
const
Image({})
Implementation
const Image({
super.key,
required this.source,
this.width,
this.height,
this.description,
this.tooltip,
this.lazyLoading = false,
});
const Image({
super.key,
required this.source,
this.width,
this.height,
this.description,
this.tooltip,
this.lazyLoading = false,
});