OudsSmallListItemLeadingImage constructor
Creates a compact leading image configuration.
Implementation
const OudsSmallListItemLeadingImage({
required this.asset,
this.contentDescription,
this.format = OudsListItemImageFormat.square,
});
Creates a compact leading image configuration.
const OudsSmallListItemLeadingImage({
required this.asset,
this.contentDescription,
this.format = OudsListItemImageFormat.square,
});