point property

Point<double> get point

Convert to a point

Implementation

Point<double> get point => Point(width, height);