menu
pcanvas package
documentation
pcanvas_html.dart
Point
setY method
setY method
dark_mode
light_mode
setY
method
@
override
Point
setY
(
num
y
)
override
Sets the Y coordinate.
Implementation
@override Point setY(num y) => Point(x, y);
pcanvas package
documentation
pcanvas_html
Point
setY method
Point class