size property

Size get size

Image size as (width, height)

Implementation

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