Last updated:
0 purchases
fancy container lib
Modify different container properties to create a beautiful custom container design.
Features #
Modify different container properties to create a beautiful custom container design all this are done simply by passing simple information and arguement to the container.
Getting started #
To get started quickly install the package and run the code.
Usage #
Widget build(BuildContext context) {
return FancyContainer(width:500,height:500,color1:Colors.red,color2:Colors.blue,title:"This is the title for my container",textColor:Colors.red,subtitle:"this is my subtitle",subtitlecolor:Colors.yellow,padding:EdgeInsets.all(10),);
}
Additional information #
package code available at https://github.com/Alpha2Chris14/fancycontainer, if you are interest in contributing kindly send in a request to [email protected].
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.