TextJustify enum Null safety
Text justification options.
Constructors
- TextJustify()
-
const
Values
- AUTO → const TextJustify
-
The text is aligned towards the anchor position.
- LEFT → const TextJustify
-
The text is aligned to the left.
- CENTER → const TextJustify
-
The text is centered.
- RIGHT → const TextJustify
-
The text is aligned to the right.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
TextJustify> -
A constant List of the values in this enum, in order of their declaration.
[AUTO, LEFT, CENTER, RIGHT]