Arokip / flutter_diagram_editor

Fllutter diagram editor library
MIT License
116 stars 38 forks source link

Highlight component on mouse hover #25

Closed shujaatak closed 3 years ago

shujaatak commented 3 years ago

An optional feature(one can disable for performance) to highlight component when the user moves or hovers the pointer over it.

Arokip commented 3 years ago

This feature will not be a part of this library. Library user can implement it in onComponentPointerSignal() function.

In the future it's possible to add it in the demo app. Please open an issue it its repository.