menu
pcanvas package
documentation
pcanvas_html.dart
GPanel
GPanel constructor
GPanel constructor
dark_mode
light_mode
GPanel
constructor
GPanel
(
int
x
,
int
y
,
int
width
,
int
height
,
List
<
GShape
>
elements
, {
PColor
?
backgroundColor
,
})
Implementation
GPanel(this.x, this.y, this.width, this.height, this.elements, {this.backgroundColor});
pcanvas package
documentation
pcanvas_html
GPanel
GPanel constructor
GPanel class