ReadmeContent constructor
const
ReadmeContent({})
Implementation
const ReadmeContent({
required this.intro,
required this.columns,
required this.footnote,
this.title = 'Performance',
this.image,
this.imageAlt,
this.stamp,
this.chartsUrl,
});