widgets/extended/extended_mouse_cursor library
Classes
- ExtendedMouseRegion
- ExtendedMouseRegion is a stateful widget that allows you to handle mouse events and update the mouse cursor without rebuilding the child widget. This widget provides a method to change the cursor dynamically, ensuring only the cursor is rebuilt while the child remains unchanged.
- ExtendedMouseRegionState
- State class for ExtendedMouseRegion, managing the mouse cursor.