Rect.fromNative constructor

Rect.fromNative(
  1. CvRect p
)

Implementation

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