size property

Size size

The Size for the asset.

Implementation

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