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