ShowcaseShell constructor
Creates a centered showcase page scaffold.
Implementation
const ShowcaseShell({
super.key,
required this.icon,
required this.title,
this.subtitle,
required this.body,
required this.footer,
});
Creates a centered showcase page scaffold.
const ShowcaseShell({
super.key,
required this.icon,
required this.title,
this.subtitle,
required this.body,
required this.footer,
});