Support hitSlop for Naked Button
Open
- Dominant language
- Dart
- Stars
- 800
- Forks
- 49
- Avg merge
- 3h 39m
- Merged PRs (30d)
- 22
Description
### Use case
Flutter really falls short in that it does not support any way of expanding the hit radius of a tappable surface for buttons.
### Proposal
Implement a workaround for this issue using:
- An overlay (https://pub.dev/packages/hit_slop)
- A RenderProxyBox (https://github.com/gskinnerTeam/flutter-defer-pointer)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.