leftMaxWidth property

double get leftMaxWidth
inherited

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

Implementation

double get leftMaxWidth =>
    childPosition.dx - edgeSpacing - spacing + _coverWidth - safePadding.left;