size property

Size? size
final

The display size of the sprite or image. When using sprites, you must specify the sprite size. If the size is not provided, it will be set when the image loads.

Implementation

final Size? size;