Icon
An icon as a list item leading content.
Inheritors
Constructors
Link copied to clipboard
constructor(painter: Painter, contentDescription: String, size: OudsListItemIconSize = OudsListItemIconSize.Medium, tinted: Boolean = true)
Creates an instance of OudsListItemLeading.Icon.
constructor(imageVector: ImageVector, contentDescription: String, size: OudsListItemIconSize = OudsListItemIconSize.Medium, tinted: Boolean = true)
Creates an instance of OudsListItemLeading.Icon.
constructor(bitmap: ImageBitmap, contentDescription: String, size: OudsListItemIconSize = OudsListItemIconSize.Medium, tinted: Boolean = true)
Creates an instance of OudsListItemLeading.Icon.
Types
Link copied to clipboard
Creates an instance of OudsListItemLeading.Icon representing an info status. Use for neutral information that requires additional attention.
Link copied to clipboard
class Negative(size: OudsListItemIconSize = OudsListItemDefaults.IconSize) : OudsListItemLeading.Icon
Creates an instance of OudsListItemLeading.Icon representing a negative status. Use for errors, failures, destructive outcomes or critical problems.
Link copied to clipboard
class Positive(size: OudsListItemIconSize = OudsListItemDefaults.IconSize) : OudsListItemLeading.Icon
Creates an instance of OudsListItemLeading.Icon representing a positive status. Use for successful, completed or beneficial states.
Link copied to clipboard
class Warning(size: OudsListItemIconSize = OudsListItemDefaults.IconSize) : OudsListItemLeading.Icon
Creates an instance of OudsListItemLeading.Icon representing a warning status. Use for situations that may require caution or user awareness.