RawImage constructor
const
RawImage({
- Key? key,
- Image? image,
- String? debugImageLabel,
- double? width,
- double? height,
- double scale = 1.0,
- Color? color,
- Animation<
double> ? opacity, - BlendMode? colorBlendMode,
- BoxFit? fit,
- AlignmentGeometry alignment = Alignment.center,
- ImageRepeat repeat = ImageRepeat.noRepeat,
- Rect? centerSlice,
- bool matchTextDirection = false,
- bool invertColors = false,
- FilterQuality filterQuality = FilterQuality.low,
- bool isAntiAlias = false,
Implementation
const RawImage({
super.key,
super.image,
super.debugImageLabel,
super.width,
super.height,
super.scale = 1.0,
super.color,
super.opacity,
super.colorBlendMode,
super.fit,
super.alignment = Alignment.center,
super.repeat = ImageRepeat.noRepeat,
super.centerSlice,
super.matchTextDirection = false,
super.invertColors = false,
super.filterQuality = FilterQuality.low,
super.isAntiAlias = false,
});