h property

double get h

Unified height depending on current ScaleMode

Implementation

double get h {
  final mode = OrkittCoreScaling.instance.mode;
  return mode == ScaleMode.design ? dh : ph;
}