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
-
- Object
- OudsListItemTrailing
- OudsListItemTrailingFlag
Constructors
- OudsListItemTrailingFlag(OudsFlag flag)
-
Creates a trailing flag configuration.
const
Properties
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