size property

Point<double> get size

Implementation

math.Point<double> get size =>
    math.Point<double>(width.toDouble(), height.toDouble());