ClearNoticeVertical constructor
- Key? key,
- required InlineSpan text,
- Widget? icon,
- Color? color,
Creates a vertical notice with rich-text support.
Implementation
const ClearNoticeVertical({
super.key,
required this.text,
this.icon,
this.color,
});