RCRTCRect.create constructor

RCRTCRect.create(
  1. double x,
  2. double y,
  3. double width
)

Implementation

RCRTCRect.create(
    this.x,
    this.y,
    this.width,
    );