TriangleAlignment enum
描述三角的相对位置 start - 三角在 FFloat 上下侧,表示三角和 FFloat 左边缘对齐;三角在 FFloat 左右侧,表示三角和 FFloat 上边缘对齐 center - 三角在 FFloat 上下侧,表示三角水平居中;三角在 FFloat 左右侧,表示三角垂直居中 end - 三角在 FFloat 上下侧,表示三角和 FFloat 右边缘对齐;三角在 FFloat 左右侧,表示三角和 FFloat 下边缘对齐
Describe the relative position of the triangle start-The triangle is above and below FFloat, indicating that the triangle is aligned with the left edge of FFloat; the triangle is on the left and right of FFloat, indicating that the triangle is aligned with the top edge of FFloat center - The triangle is above and below FFloat, indicating that the triangle is horizontally centered; the triangle is on the left and right sides of FFloat, indicating that the triangle is vertically centered end - The triangle is above and below FFloat, indicating that the triangle is aligned with the right edge of FFloat; the triangle is on the left and right of FFloat, indicating that the triangle is aligned with the bottom edge of FFloat
Constructors
- TriangleAlignment()
-
const
Values
- start → const TriangleAlignment
-
const TriangleAlignment(0)
- center → const TriangleAlignment
-
const TriangleAlignment(1)
- end → const TriangleAlignment
-
const TriangleAlignment(2)
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<
TriangleAlignment> -
A constant List of the values in this enum, in order of their declaration.
[start, center, end]