alignment property

AlignmentGeometry? alignment
final

Align the child within the GlassContainer.

If non-null, the GlassContainer will position its child within itself according to the given value.

Ignored if child is null.

Implementation

final AlignmentGeometry? alignment;