79718734

Date: 2025-07-29 14:03:02
Score: 1
Natty:
Report link

Hey there seems to be a problem of navigator contexts

add this to you modalBottomSheet in order to make it dim correctly

    useRootNavigator: true,

Here is in your code


void showCustomBottomSheet(BuildContext context) {
  showModalBottomSheet(
    context: context,
    useRootNavigator: true,
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kalantos