walk_line_container 0.0.7
walk_line_container: ^0.0.7 copied to clipboard
moving frame.
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
WalkLineContainer(
width: 45,
height: 100,
angle: 90,
child: null,
colors: [Colors.red, Colors.orange],
curve: Curves.bounceIn,
duration: Duration(microseconds: 800),
reverse: true,
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