coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case lowerLeft:
return 0;
case center:
return 1;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case lowerLeft:
return 0;
case center:
return 1;
}
}