Calculates the size of the rendered object.
@override Size getSize({double minWidth = 0.0, double maxWidth = double.infinity}) { return sourceRect.size * scale; }