Rect.fromNative constructor
Rect.fromNative(
- Rect p
Implementation
factory Rect.fromNative(cvg.Rect p) => Rect(p.x, p.y, p.width, p.height);
factory Rect.fromNative(cvg.Rect p) => Rect(p.x, p.y, p.width, p.height);