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