right property - Rectangle class - dart:math library (original) (raw)
T getright
inherited
The x-coordinate of the right edge.
Implementation
T get right => (left + width) as T;
T getright
inherited
The x-coordinate of the right edge.
T get right => (left + width) as T;