@ -221,8 +221,7 @@ class TextLine extends StatelessWidget {
}
if (!s.startsWith('#')) {
// give a default color
throw("Color code not supported");
return Colors.transparent;
String hex = s.replaceFirst('#', '');