topMaxHeight property

double get topMaxHeight
inherited

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

Implementation

double get topMaxHeight =>
    childPosition.dy - spacing - edgeSpacing + _coverHeight - safePadding.top;