Last updated:
0 purchases
mycontainers changing
A package that gives container which changes on click
Features #
Changes on click
Getting started #
See the code snippet
Usage #
Circular Container
Additional information #
Center(
child: TheContainer(afterWidget: CircularProgressIndicator(color: Colors.white,),
height: 40,
width: 100,
afterheight: 50,
afterwidth: 50,
roundborder: 30,
aftercolor: Colors.orange,
color: Colors.green,
insideWidget: Text("Click",
style: TextStyle(
color: Colors.white
),
))
),
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.