toshiaki-h / split_view

SplitView for Flutter
MIT License
38 stars 20 forks source link

add invisibleGripPadding #25

Open davidgraymi opened 4 months ago

davidgraymi commented 4 months ago

This PR adds invisible padding around the grip so that we can enhance the user experience. No one wants to spend an extra couple of seconds trying to position their cursor juuuust right to drag the grip. This PR fixes that by adding additional padding around the grip that is invisible to the user, and the code changes are minimal!

I would love to see this implemented quickly because it's super helpful and robust. Thanks, David.