Mindinventory / progressive_time_picker

A Customizable Progressive Time Picker for Flutter.
https://www.mindinventory.com/flutter-app-development.php
MIT License
68 stars 13 forks source link

Mouse cursor for web on handlers #8

Closed cedvdb closed 1 year ago

cedvdb commented 1 year ago

The cursor behavior on web is a bit unexpected, usually when an action can "change" something, the cursor reflects that. I believe SystemMouseCursors.click would be appropriate for the handlers

mohit-chauhan-mi commented 1 year ago

@cedvdb You may use mouseCursorForWeb <- TimePickerDecoration to achieve this with latest version.