toOffset method

Offset toOffset()

Creates an Offset from this Rect

Implementation

Offset toOffset() => Offset(width, height);