FancyContainer constructor
const
FancyContainer({})
Implementation
const FancyContainer({
Key? key,
this.height = 120.0,
this.width,
this.color1,
this.color2,
this.title = "Title",
this.textColor,
this.subtitle = "Subtitle",
this.subtitleColor,
this.onTap,
this.padding,
this.titleStyle,
this.subtitleStyle,
}) : super(key: key);