Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 🐛 Fixed target hit area #409

Merged
merged 1 commit into from
Mar 7, 2024
Merged

Commits on Mar 6, 2024

  1. fix: 🐛 Fixed target hit area

    - Updated `IgnorePointer` to `AbsorbPointer` as ignore pointer is not blocking tap to descendants
    - removed `FractionalTranslation` as it is not shifting tappable area and only shifting paint of widgets
    - Made `size` and `shapeBorder` not nullable as we are assigning not null values to that constructor variable
    - Updated default `offset` to `rectBound.topLeft`
    Sahil-Simform committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    968450e View commit details
    Browse the repository at this point in the history