scrumlab_snack

Creator: coderz1093

Last updated:

0 purchases

scrumlab_snack Image
scrumlab_snack Images
Add to Cart

Description:

scrumlab snack

Extensions for SnackBars and other goodies 🍭
Usage #
SnackBar().show(context);
copied to clipboard
Example #
class Example extends StatelessWidget {
final bar = SnackBar(content: Text('Hello, world!'));
@override
Widget build(BuildContext context) {
return Scaffold(
body: RaisedButton(
child: Text('Show snack'),
onPressed: () => bar.show(context),
),
);
}
}
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.

Related Products

More From This Creator