pulse

Creator: coderz1093

Last updated:

0 purchases

pulse Image
pulse Images
Add to Cart

Description:

pulse

Pulse #
Pulse animation widget
Getting Started #
@override
Widget build(BuildContext context) {
return Scaffold(
body: Pulse(
pulseColor: _colors.first,
duration: Duration(seconds: 1),
onComplete: () {
print('Completed')
},
),
);
}
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.