OudsListItemLeadingText class

Leading text slot — renders a label and an optional extra-label.

Example:

OudsListItemLeadingText('99€', extraLabel: 'TTC', style: OudsListItemTextStyle.labelStrong)
Inheritance

Constructors

OudsListItemLeadingText(String label, {String? extraLabel, OudsListItemTextStyle style = OudsListItemTextStyle.label})
Creates a leading text configuration.
const

Properties

extraLabel String?
Optional extra text displayed below label.
final
hashCode int
The hash code for this object.
no setterinherited
label String
The primary text displayed in the leading slot.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style → OudsListItemTextStyle
Style of the text. 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