ImageDef constructor

const ImageDef({
  1. double? width,
  2. double? height,
  3. Color? color,
  4. ImageRepeat? repeat,
  5. BoxFit? fit,
  6. AlignmentGeometry? alignment,
  7. Rect? centerSlice,
  8. FilterQuality? filterQuality,
  9. BlendMode? colorBlendMode,
})

Implementation

const ImageDef({
  double? width,
  double? height,
  Color? color,
  ImageRepeat? repeat,
  BoxFit? fit,
  AlignmentGeometry? alignment,
  Rect? centerSlice,
  FilterQuality? filterQuality,
  BlendMode? colorBlendMode,
});