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