right property - Rectangle class - dart:math library (original) (raw)

description

T getright

inherited

The x-coordinate of the right edge.

Implementation

T get right => (left + width) as T;