malikwang / expand_tap_area

Manually expand the tap area of a widget without changing its size or layout. Similar with the hitTest in iOS development.
MIT License
38 stars 5 forks source link

Detect tapUp, tapDown and tapCancel #6

Closed guillaumeminio closed 1 year ago

guillaumeminio commented 1 year ago

Hi, Will this package be able to expand the tap areas of other types of taps in the future (up, down, cancel) ? Thanks