Image
An image as a list item trailing content.
Constructors
Link copied to clipboard
constructor(painter: Painter, contentDescription: String, size: OudsListItemImageSize = OudsListItemDefaults.ImageSize, ratio: OudsListItemImageRatio = OudsListItemDefaults.ImageRatio, contentScale: ContentScale = OudsListItemDefaults.ImageContentScale, roundedCorner: Boolean = false)
Creates an instance of OudsListItemTrailing.Image.
constructor(imageVector: ImageVector, contentDescription: String, size: OudsListItemImageSize = OudsListItemDefaults.ImageSize, ratio: OudsListItemImageRatio = OudsListItemDefaults.ImageRatio, contentScale: ContentScale = OudsListItemDefaults.ImageContentScale, roundedCorner: Boolean = false)
Creates an instance of OudsListItemTrailing.Image.
constructor(bitmap: ImageBitmap, contentDescription: String, size: OudsListItemImageSize = OudsListItemDefaults.ImageSize, ratio: OudsListItemImageRatio = OudsListItemDefaults.ImageRatio, contentScale: ContentScale = OudsListItemDefaults.ImageContentScale, roundedCorner: Boolean = false)
Creates an instance of OudsListItemTrailing.Image.