TextSpan createSpan(String text) { return TextSpan( text: text, style: TextStyle( color: foreground, backgroundColor: background, ), ); }