TextSpan getRed(String text) { return TextSpan( text: text, style: TextStyle( fontFamily: Fonts.poppins, fontSize: 12, color: Colors.red ) ); }