LightSource constructor

const LightSource(
  1. double dx,
  2. double dy
)

Implementation

const LightSource(this.dx, this.dy);