layoutAlign property

LayoutAlign? layoutAlign
final

How the layer is aligned inside an auto-layout frame. This property is only provided for direct children of auto-layout frames.

In horizontal auto-layout frames, "MIN" and "MAX" correspond to "TOP" and "BOTTOM". In vertical auto-layout frames, "MIN" and "MAX" correspond to "LEFT" and "RIGHT".

Implementation

final LayoutAlign? layoutAlign;