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.
using
motion_toast: ^2.3.2just put a button and called motion toast
but it cant dismiss automatically, I have to tap over the screen.
is that anything missing
I also try duration, dismissable, etc. but not working.