boundaryX property
int
get
boundaryX
Horizontal (left-to-right) boundary coordinate for this split.
Implementation
int get boundaryX => switch (direction) {
PaneSplitDirection.vertical => x,
PaneSplitDirection.horizontal => x + width,
};