toPoint method

Point<num> toPoint()

Creates a Point from the Size

Implementation

Point toPoint() => Point(width, height);