PkTextAlignment enum
Values
- left → const PkTextAlignment
-
Text should be left aligned
- center → const PkTextAlignment
-
Text should be center aligned
- right → const PkTextAlignment
-
Text should be right aligned
- natural → const PkTextAlignment
-
The default alignment for left-to-right scripts is left, and the default alignment for right-to-left scripts is right.
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
Constants
-
values
→ const List<
PkTextAlignment> - A constant List of the values in this enum, in order of their declaration.