rightMaxWidth property

double get rightMaxWidth
inherited

popup 左右对齐时右侧最大宽度

Implementation

double get rightMaxWidth =>
    overlaySize.width -
    spacing -
    edgeSpacing -
    childPosition.dx -
    childSize.width +
    _coverWidth -
    safePadding.right;