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);