slide_animation

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

slide animation

How to use package[^1].
AnimationController? animationController;[^2].
final TextEditingController firstController = TextEditingController();[^3].
@override [^4]
void initState() [^5]
{ [^6]
animationController = AnimationController( [^7]
vsync: this, duration: const Duration(milliseconds: 1200)); [^8]
super.initState(); [^8]
}[^9]
@override [^10]
Widget build(BuildContext context) { [^11]
return Scaffold( [^12]
appBar: AppBar( [^13]
title: Text(widget.title), [^14]
),[^15]
body: Center( [^16]
child: Column( [^17]
mainAxisAlignment: MainAxisAlignment.center, [^18]
children:

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.