Skip to content

Motion Toast cant dismiss #87

Description

@vishalpatel1327

using motion_toast: ^2.3.2

just put a button and called motion toast
but it cant dismiss automatically, I have to tap over the screen.

 MotionToast.success(
          title: const Text(
            'Lorum Ipsum',
            style: TextStyle(fontWeight: FontWeight.bold),
          ),
          description: const Text(
            'Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor, sed do eiusmod tempor, sed do eiusmod tempor',
            style: TextStyle(fontSize: 12),
          ),
        ).show(context);

is that anything missing
I also try duration, dismissable, etc. but not working.

Activity

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions