Usage
These packages help add vitality to destinations, and you can use them for anything
Getting started
The package is very simple and easy to use
Example
WalkLineContainer(
width: 100,
height: 45,
angle: 90,
child: null,
colors: [Colors.red, Colors.orange],
curve: Curves.bounceOut,
duration: Duration(microseconds: 800),
reverse: false,
steps: [0.2, 0.6],
thicken: 4,
)
About Package
This package enables you to create a frame that moves along the edges of the container and can be controlled as you like