getRect method
Get the bounding box that contains the shape given it's current position and angle.
Implementation
ui.Rect getRect() => _shape.getRect();
Get the bounding box that contains the shape given it's current position and angle.
ui.Rect getRect() => _shape.getRect();