superscriptShiftUp abstract method
In Dart, method overloading is not permitted.
Named optional parameters successfully emulate the separate signatures
for superscriptShiftUp found in the Kotlin source.
Implementation
double superscriptShiftUp(
double fontSizePx, {
bool? displayStyle,
bool? crampedStyle,
});