FancyContainer constructor
const
FancyContainer({})
Implementation
const FancyContainer(
{Key? key,
this.height = 120,
this.width,
this.color1,
this.color2,
this.title = 'Title',
this.textcolor,
this.subtitle = 'Subtitle',
this.subtitlecolor,
this.padding})
: super(key: key);