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