size property

OudsListItemImageSize size
final

Size of the image. Defaults to OudsListItemImageSize.medium.

  • OudsListItemImageSize.medium: Use in compact or information-dense lists where the image remains secondary to the text.
  • OudsListItemImageSize.large: Use in standard content lists where visual identification is important.
  • OudsListItemImageSize.extraLarge: Use when the image is a significant part of the content, such as a product or media preview.

Implementation

final OudsListItemImageSize size;