Previously, the screen reader would announce "Text" on iOS for outside days when visibility is set to false, and on Android, users were able to tap the blank cells. This PR resolves these issues by returning a Container widget at the earliest possible stage. As a result, no GestureDetector is created, and the cells are not tappable. This ensures a better user experience and ADA compliance. Thank you.
Previously, the screen reader would announce "Text" on iOS for outside days when visibility is set to false, and on Android, users were able to tap the blank cells. This PR resolves these issues by returning a
Container
widget at the earliest possible stage. As a result, noGestureDetector
is created, and the cells are not tappable. This ensures a better user experience and ADA compliance. Thank you.