your_snackbar

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

your snackbar

Your SnackBar #
Flutter customizable SnackBar
Usage #
Add function "showYourSnackbar" for show customizable snackbar
onPressed: () => showYourSnackbar(
context,
child: const Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Icon(Icons.airplane_ticket, color: Colors.white),
SizedBox(width: 20),
Text(
'Ticket added',
style: TextStyle(color: Colors.white),
),
],
),
),
copied to clipboard

MIT License #

License

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

Files:

Customer Reviews

There are no reviews.