transformAlignment property Null safety
final
The alignment of the origin, relative to the size of the container, if transform is specified.
When transform is null, the value of this property is ignored.
See also:
- Transform.alignment, which is set by this property.
Implementation
final AlignmentGeometry? transformAlignment;