Rect.fromNative constructor

Rect.fromNative(
  1. Rect p
)

Implementation

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