designWidth property

double designWidth
final

The logical width the canvas was authored against. Runtime scale is (slotWidth - margin.horizontal) / designWidth, so this is the only number relating authored coordinates to real ones.

Implementation

final double designWidth;