ImageSpec constructor
const
ImageSpec({
- double? width,
- double? height,
- Color? color,
- ImageRepeat? repeat,
- BoxFit? fit,
- AlignmentGeometry? alignment,
- Rect? centerSlice,
- FilterQuality? filterQuality,
- BlendMode? colorBlendMode,
- AnimatedData? animated,
Implementation
const ImageSpec({
this.width,
this.height,
this.color,
this.repeat,
this.fit,
this.alignment,
this.centerSlice,
this.filterQuality,
this.colorBlendMode,
super.animated,
});