static String formatTextContent({String text = '', String alignment = 'c'}) { if (text.isEmpty) { return ''; } return '*text $alignment $text\n'; }