OudsListItemTrailingFlag class

Trailing flag slot — renders an OudsFlag on the trailing side of the row.

Pass a pre-configured OudsFlag instance with the desired country code and size.

Example:

OudsListItemTrailingFlag(OudsFlag('fr'))
OudsListItemTrailingFlag(OudsFlag('gb', semanticsLabel: 'United Kingdom flag'))
Inheritance

Constructors

OudsListItemTrailingFlag(OudsFlag flag)
Creates a trailing flag configuration.
const

Properties

flag OudsFlag
The flag widget to display.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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