size property

Size size

Implementation

Size get size => Size((width ?? 0).toDouble(), (height ?? 0).toDouble());