Skip to content

I want to change the mouse cursor. #40

@pavane90

Description

@pavane90

Hello
I'm using this plug-in in the Flutter web project and it works properly.

In general, mouse over a clickable element in a web browser, the shape of the mouse cursor changes to pointer.

https://developer.mozilla.org/en-US/docs/Web/CSS/cursor

When using this plug-in in a web environment, is there a way to change the shape of the cursor to pointer?

Normally, I solved it with MouseResion()
ex: MouseRegion(cursor: SystemMouseCursors.click, child: ...)

However, as a result of applying MouseResion to this plug-in, the cursor of the entire container displaying the CanvasTouchDetector is changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions