childAlignLeft property
目标 child 处于偏左位置
Implementation
bool get childAlignLeft =>
childPosition.dx + childSize.width / 2 < overlaySize.width / 2;
目标 child 处于偏左位置
bool get childAlignLeft =>
childPosition.dx + childSize.width / 2 < overlaySize.width / 2;