my_animated_container 0.0.1
my_animated_container: ^0.0.1 copied to clipboard
A container that animates between two sizes when tapped.
Sized Animated Container #
SizedAnimatedContainer is a Flutter widget that animates between two sizes when tapped. This can be useful for creating interactive UI elements that change size in response to user actions.
Features #
- Animate between two sizes with a tap
- Customizable animation duration
- Customizable container colors
- Display text and child widget in different positions based on state
Getting started #
To start using the SizedAnimatedContainer package, add it to your pubspec.yaml
:
dependencies:
sized_animated_container: ^0.0.1