ImageItemContent constructor
ImageItemContent({
- String? url,
- String? assetName,
- String? semanticLabel,
- bool excludeFromSemantics = false,
- double? width,
- double? height,
- Color? color,
- BlendMode? colorBlendMode,
- BoxFit fit = BoxFit.cover,
- ImageRepeat repeat = ImageRepeat.noRepeat,
- bool matchTextDirection = false,
- bool gaplessPlayback = false,
- bool isAntiAlias = false,
- FilterQuality filterQuality = FilterQuality.low,
Implementation
ImageItemContent({
this.url,
this.assetName,
this.semanticLabel,
this.excludeFromSemantics = false,
this.width,
this.height,
this.color,
this.colorBlendMode,
this.fit = BoxFit.cover,
this.repeat = ImageRepeat.noRepeat,
this.matchTextDirection = false,
this.gaplessPlayback = false,
this.isAntiAlias = false,
this.filterQuality = FilterQuality.low,
}) {
_init();
}