-
center
→ const Anchor
-
const Anchor("center", value: (0.5, 0.5))
-
left
→ const Anchor
-
const Anchor("left", value: (1, 0.5))
-
right
→ const Anchor
-
const Anchor("right", value: (0, 0.5))
-
top
→ const Anchor
-
const Anchor("top", value: (0.5, 1))
-
bottom
→ const Anchor
-
const Anchor("bottom", value: (0.5, 0))
-
topLeft
→ const Anchor
-
const Anchor("top-left", value: (1, 1))
-
topRight
→ const Anchor
-
const Anchor("top-right", value: (0, 1))
-
bottomLeft
→ const Anchor
-
const Anchor("bottom-left", value: (1, 0))
-
bottomRight
→ const Anchor
-
const Anchor("bottom-right", value: (0, 0))