Image
An image as a list item trailing content.
Constructors
Link copied to clipboard
constructor(painter: Painter, contentDescription: String, size: OudsListItemImageSize = OudsListItemImageSize.Medium, format: OudsListItemImageFormat = OudsListItemImageFormat.Square, contentScale: ContentScale = ContentScale.Fit)
Creates an instance of OudsListItemTrailing.Image.
constructor(imageVector: ImageVector, contentDescription: String, size: OudsListItemImageSize = OudsListItemImageSize.Medium, format: OudsListItemImageFormat = OudsListItemImageFormat.Square, contentScale: ContentScale = ContentScale.Fit)
Creates an instance of OudsListItemTrailing.Image.
constructor(bitmap: ImageBitmap, contentDescription: String, size: OudsListItemImageSize = OudsListItemImageSize.Medium, format: OudsListItemImageFormat = OudsListItemImageFormat.Square, contentScale: ContentScale = ContentScale.Fit)
Creates an instance of OudsListItemTrailing.Image.