You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am focusing showcaseview on column which has 5 radio button, i want user to select one of them, but i am not able to select as i can't allow target area to clickable
Describe the solution you'd like
Inside lib/src
/showcase.dart
If we add option to change behavior (HitTestBehavior.translucent) It will be helpoful
Describe alternatives you've considered
I don't find alternative as we can click on target if and only if target is normal container which can i have only one clickable element.
Additional context
i feel this is happening because of this fixed PR #412 @aditya-css
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am focusing showcaseview on column which has 5 radio button, i want user to select one of them, but i am not able to select as i can't allow target area to clickable
Describe the solution you'd like
Inside lib/src
/showcase.dart
If we add option to change behavior (HitTestBehavior.translucent) It will be helpoful
Describe alternatives you've considered
I don't find alternative as we can click on target if and only if target is normal container which can i have only one clickable element.
Additional context
i feel this is happening because of this fixed PR #412
@aditya-css
The text was updated successfully, but these errors were encountered: