GPanel constructor

GPanel(
  1. int x,
  2. int y,
  3. int width,
  4. int height,
  5. List<GShape> elements, {
  6. PColor? backgroundColor,
})

Implementation

GPanel(this.x, this.y, this.width, this.height, this.elements,
    {this.backgroundColor});