alignment property

  1. @override
AlignmentGeometry? get alignment
override

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

@override
AlignmentGeometry? get alignment => $value.alignment;