walk_line_container 0.0.8
walk_line_container: ^0.0.8 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,
)
By separating the example section in the README.md file, users will be able to view the example code and instructions in the "Example" tab when viewing your package on pub.dev.
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