ImageTestSpecAttribute constructor

const ImageTestSpecAttribute({
  1. AlignmentGeometry? alignment,
  2. AnimatedDataDto? animated,
  3. Rect? centerSlice,
  4. ColorDto? color,
  5. BlendMode? colorBlendMode,
  6. FilterQuality? filterQuality,
  7. BoxFit? fit,
  8. double? height,
  9. ImageRepeat? repeat,
  10. 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,
});