topRightIn property

Point<double> get topRightIn

Implementation

math.Point<double> get topRightIn =>
    math.Point<double>((left + widthIn), top);