JsonMemoryImageBuilder constructor
const
JsonMemoryImageBuilder({
- required Alignment alignment,
- int? cacheHeight,
- int? cacheWidth,
- Rect? centerSlice,
- Color? color,
- BlendMode? colorBlendMode,
- ImageErrorWidgetBuilder? errorBuilder,
- required bool excludeFromSemantics,
- required FilterQuality filterQuality,
- BoxFit? fit,
- ImageFrameBuilder? frameBuilder,
- required bool gaplessPlayback,
- double? height,
- required Uint8List image,
- required bool isAntiAlias,
- required bool matchTextDirection,
- double? opacity,
- required ImageRepeat repeat,
- required double scale,
- String? semanticLabel,
- double? width,
Implementation
const JsonMemoryImageBuilder({
required this.alignment,
this.cacheHeight,
this.cacheWidth,
this.centerSlice,
this.color,
this.colorBlendMode,
this.errorBuilder,
required this.excludeFromSemantics,
required this.filterQuality,
this.fit,
this.frameBuilder,
required this.gaplessPlayback,
this.height,
required this.image,
required this.isAntiAlias,
required this.matchTextDirection,
this.opacity,
required this.repeat,
required this.scale,
this.semanticLabel,
this.width,
}) : super(numSupportedChildren: kNumSupportedChildren);