Skip to content

Gestures are not detected on the right side of the screen when position is set to right #7

Description

@rjs580

The reason this happens is because the Stack used to add the _Content and _Drawer fits loosely. Which means it will not expand to the entire screen just the first width it detects. This is what it looks likes:

The black area is where the gestures are not being detected. If we change the Stack.fit to StackFit.expand (fit: StackFit.expand) we get:

This enabled me to add buttons and any related widgets to the end and it will work correctly. The reason I am making this issue is that now the drawer position when animating in is off by (screenWidth - drawerWidth). What is the best way to go about fixing this issue?

Thanks 😁

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions