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 onyekachristian14@gmail.com.