VitText.error constructor
VitText.error(
- String text
Implementation
factory VitText.error(String text) {
return VitText(
text,
style: const TextStyle(
color: Colors.red,
),
);
}