Converts the size to an offset and returns it.
static Offset sizeToOffset(Size size) { return Offset(size.width, size.height); }