ImageSpecAttribute constructor

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