withPosition

override fun withPosition(position: Position): SelectorBuilder<T>

Aligns the resulting Component positionally, relative to its parent. Same as calling withAlignment(positionalAlignment(position))

override fun withPosition(x: Int, y: Int): SelectorBuilder<T>

Aligns the resulting Component positionally, relative to its parent. Same as calling withAlignment(positionalAlignment(x, y))