bottom method

double bottom(
  1. num height
)

Implementation

double bottom(num height) =>
    bottomPct != null ? bottomPct! * height : bottomPx!;