coreValue property
Implementation
@visibleForTesting
int get coreValue {
switch (this) {
case baseline:
return 0;
case bottom:
return 1;
case middle:
return 2;
case top:
return 3;
}
}
@visibleForTesting
int get coreValue {
switch (this) {
case baseline:
return 0;
case bottom:
return 1;
case middle:
return 2;
case top:
return 3;
}
}