alignment property

Alignment? alignment
final

Align the child within the sheet.

If non-null, the sheet 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 Alignment? alignment;