NxComingSoonPanel constructor
const
NxComingSoonPanel({})
Creates a full-screen coming soon panel.
text
- The descriptive message to displaycomingSoonTitle
- The title text (typically "Coming Soon")svg
- Optional SVG icon to displaytextStyleTitle
- Custom style for the titletextStyleBody
- Custom style for the message
Implementation
const NxComingSoonPanel({
required this.text,
required this.comingSoonTitle,
super.key,
this.svg,
this.textStyleTitle,
this.textStyleBody,
});