menu
pcanvas package
documentation
pcanvas_html.dart
PCanvas
setCursor abstract method
setCursor abstract method
dark_mode
light_mode
setCursor
abstract method
void
setCursor
(
PCanvasCursor
cursor
)
Sets the
PCanvas
cursor.
Same as
this.cursor = cursor
.
See
cursor
.
Implementation
void setCursor(PCanvasCursor cursor);
pcanvas package
documentation
pcanvas_html
PCanvas
setCursor abstract method
PCanvas class