menu
pcanvas package
documentation
pcanvas_html.dart
PRectangle
incrementY method
incrementY method
dark_mode
light_mode
incrementY
method
PRectangle
incrementY
(
num
n
)
Increments
y
by
n
.
Implementation
PRectangle incrementY(num n) => PRectangle(x, y + n, width, height);
pcanvas package
documentation
pcanvas_html
PRectangle
incrementY method
PRectangle class