bottomRightIn property

Point<double> get bottomRightIn

Implementation

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