RoundRectSource constructor

const RoundRectSource(
  1. double w,
  2. double h,
  3. double rx,
  4. double ry,
)

Implementation

const RoundRectSource(this.w, this.h, this.rx, this.ry);