just_toast

Last updated:

0 purchases

just_toast Image
just_toast Images
Add to Cart

Description:

just toast

Just Toast #
This is just toast for flutter!
Usage #
showToast(context: context, text: 'toast message');
copied to clipboard

custom

showToast(
context: context,
text: 'Custom Toast message',
duration: const Duration(milliseconds: 1000),
alignment: Alignment.center,
textStyle: const TextStyle(fontSize: 20, color: Colors.amber),
color: Colors.purple,
);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.