Image constructor
const
Image(
- ImageProvider image, {
- double? width,
- double? height,
- double? dpi,
- BoxFit fit = BoxFit.contain,
Image API.
Implementation
const Image(
this.image, {
this.width,
this.height,
this.dpi,
this.fit = BoxFit.contain,
});