update method
Update, cache and return the bounding box of a shape with an explicit transformation.
Implementation
ui.Rect update(Matrix4 transform) => _shape.update(transform);
Update, cache and return the bounding box of a shape with an explicit transformation.
ui.Rect update(Matrix4 transform) => _shape.update(transform);