rightMaxWidth property
popup 左右对齐时右侧最大宽度
Implementation
double get rightMaxWidth =>
overlaySize.width -
spacing -
edgeSpacing -
childPosition.dx -
childSize.width +
_coverWidth -
safePadding.right;
popup 左右对齐时右侧最大宽度
double get rightMaxWidth =>
overlaySize.width -
spacing -
edgeSpacing -
childPosition.dx -
childSize.width +
_coverWidth -
safePadding.right;