minX property

int minX

Implementation

int get minX => directions.map((e) => e.h).reduce(min);