menu
pcanvas_flutter package
documentation
pcanvas_flutter.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_flutter package
documentation
pcanvas_flutter
PRectangle
incrementHeight method
PRectangle class