getHeight method
Implementation
double? getHeight() {
if (orientation == PumaOrientation.vertical) {
return 8.0 * value;
}
return height;
}
double? getHeight() {
if (orientation == PumaOrientation.vertical) {
return 8.0 * value;
}
return height;
}