You can add the widget in IgnorePointer(child: ...//your widget);
IgnorePointer will ignore the widget which is added in the child and the child will be visible also.
Once widget Ignored the widget below it will be clickable.