AlignmentGeometry.xy constructor

const AlignmentGeometry.xy(
  1. double x,
  2. double y
)

Creates an Alignment.

Implementation

const factory AlignmentGeometry.xy(double x, double y) = Alignment;