childAlignLeft property

bool get childAlignLeft
inherited

目标 child 处于偏左位置

Implementation

bool get childAlignLeft =>
    childPosition.dx + childSize.width / 2 < overlaySize.width / 2;