scaledSize property

int get scaledSize

Image size after computing scale

Implementation

int get scaledSize => size * scale;