0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.