top method

double top(
  1. num height
)

Implementation

double top(num height) => topPct != null ? topPct! * height : topPx!;