toAlignment method
Implementation
Alignment toAlignment() {
if (hasType()) {
return type!.toAlignment();
}
return Alignment(x, y);
}
Alignment toAlignment() {
if (hasType()) {
return type!.toAlignment();
}
return Alignment(x, y);
}