alignment property

AlignmentGeometry? alignment
final

Align the child within the container.

If non-null, the container will expand to fill its parent and position its child within itself according to the given value. If the incoming constraints are unbounded, then the child will be shrink-wrapped instead.

Ignored if child is null.

See also:

Implementation

final AlignmentGeometry? alignment;