FancyContainer constructor
FancyContainer({})
Implementation
FancyContainer({
this.width,
this.height = 120.0,
this.color1,
this.color2,
this.title = 'Title',
this.textColor,
this.subTitle = 'SubTitle',
this.subTitleColor,
this.padding,
});