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