bottomMaxHeight property

double get bottomMaxHeight
inherited

popup 上下对齐时底部最大高度

Implementation

double get bottomMaxHeight =>
    overlaySize.height -
    spacing -
    edgeSpacing -
    childPosition.dy -
    childSize.height +
    _coverHeight -
    safePadding.bottom;