left method

double left(
  1. num width
)

Implementation

double left(num width) => leftPct != null ? leftPct! * width : leftPx!;