ImageTestSpec constructor
const
ImageTestSpec({
- AlignmentGeometry? alignment,
- AnimatedData? animated,
- Rect? centerSlice,
- Color? color,
- BlendMode? colorBlendMode,
- FilterQuality? filterQuality,
- BoxFit? fit,
- double? height,
- ImageRepeat? repeat,
- double? width,
Creates a ImageTestSpec with the given fields
Implementation
// All parameters are optional
const ImageTestSpec({
this.alignment,
super.animated,
this.centerSlice,
this.color,
this.colorBlendMode,
this.filterQuality,
this.fit,
this.height,
this.repeat,
this.width,
});