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