NxComingSoonWidget constructor
const
NxComingSoonWidget({})
Creates a coming soon widget.
text
- The descriptive message to display below the titlecomingSoonTitle
- The title text (typically "Coming Soon")svg
- Optional SVG icon to display above the titletextStyleTitle
- Custom style for the titletextStyleBody
- Custom style for the message
Implementation
const NxComingSoonWidget({
required this.text,
required this.comingSoonTitle,
super.key,
this.svg,
this.textStyleTitle,
this.textStyleBody,
});