PresentationCustomDiagram constructor

PresentationCustomDiagram(
  1. double x,
  2. double y,
  3. int width,
  4. int height,
)

Implementation

PresentationCustomDiagram(this.x, this.y, this.width, this.height);