OudsSmallListItemTrailingText class

Trailing text slot for OudsSmallListItem.

Example:

OudsSmallListItemTrailingText('99€')
OudsSmallListItemTrailingText('Inactive', style: OudsListItemTextStyle.labelMuted)
Inheritance

Constructors

OudsSmallListItemTrailingText(String label, {OudsListItemTextStyle style = OudsListItemTextStyle.label})
Creates a compact trailing text configuration.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
The text content displayed as the trailing element.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style → OudsListItemTextStyle
Text style. Defaults to OudsListItemTextStyle.label.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited