OudsListItemLeadingImage constructor
Creates a leading image configuration.
Implementation
const OudsListItemLeadingImage({
required this.asset,
this.contentDescription,
this.size = OudsListItemImageSize.medium,
this.format = OudsListItemImageFormat.square,
this.rounded = false,
});