xy method
Alignment on x and y axis
Implementation
AlignmentAttribute xy(double x, double y) =>
AlignmentAttribute(Alignment(x, y));
Alignment on x and y axis
AlignmentAttribute xy(double x, double y) =>
AlignmentAttribute(Alignment(x, y));