OudsSmallListItemLeadingImage constructor

const OudsSmallListItemLeadingImage({
  1. required String asset,
  2. String? contentDescription,
  3. OudsListItemImageFormat format = OudsListItemImageFormat.square,
})

Creates a compact leading image configuration.

Implementation

const OudsSmallListItemLeadingImage({
  required this.asset,
  this.contentDescription,
  this.format = OudsListItemImageFormat.square,
});