OdsCardThumbnail constructor
Implementation
const OdsCardThumbnail({
super.key,
required this.image,
required this.contentDescription,
this.alignment = Alignment.center,
this.contentScale = BoxFit.cover,
this.backgroundColor,
});
const OdsCardThumbnail({
super.key,
required this.image,
required this.contentDescription,
this.alignment = Alignment.center,
this.contentScale = BoxFit.cover,
this.backgroundColor,
});