DecorationImage constructor
const
DecorationImage({
- required ImageProvider image,
- BoxFit fit = BoxFit.cover,
- Alignment alignment = Alignment.center,
- double? dpi,
Implementation
const DecorationImage({
required this.image,
this.fit = BoxFit.cover,
this.alignment = Alignment.center,
this.dpi,
});