const
Image(- {Key? key,
- required ImageProvider image,
- String? semanticLabel,
- bool excludeFromSemantics,
- double? width,
- double? height,
- Color? color,
- BlendMode? colorBlendMode,
- BoxFit? fit,
- Alignment alignment,
- ImageRepeat repeat,
- Rect? centerSlice,
- bool matchTextDirection,
- bool gaplessPlayback,
- bool isAntiAlias,
- FilterQuality filterQuality}
)
Implementation
const factory Image(
{final Key? key,
required final ImageProvider image,
final String? semanticLabel,
final bool excludeFromSemantics,
final double? width,
final double? height,
final Color? color,
final BlendMode? colorBlendMode,
final BoxFit? fit,
final Alignment alignment,
final ImageRepeat repeat,
final Rect? centerSlice,
final bool matchTextDirection,
final bool gaplessPlayback,
final bool isAntiAlias,
final FilterQuality filterQuality}) = _$Image;