lx_tips

Last updated:

0 purchases

lx_tips Image
lx_tips Images
Add to Cart

Description:

lx tips

A beautiful SnackBar.
Features #

Usage #
Tips.of(context).show(content: "Normal String Tips.");
copied to clipboard
Tips.of(context).show(
color: Colors.pink.withOpacity(0.5),
content: Row(
children: const [
Icon(Icons.face, color: Colors.white),
Padding(
padding: EdgeInsets.only(left: 8),
child: Text("Custom Tips.",
style: TextStyle(
fontWeight: FontWeight.bold,
color: Colors.white)),
)
],
));
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.