RectSource constructor

const RectSource(
  1. double w,
  2. double h
)

Implementation

const RectSource(this.w, this.h);