Alignment constructor Null safety

const Alignment(
  1. double x,
  2. double y
)

Implementation

const factory Alignment(double x, double y) = _Alignment;