Te recomendamos que pruebes esta respuesta en un entorno controlado antes de pasarlo a producción, un saludo.
Ejemplo 1: aleteo de texto enriquecido
RichText( text: TextSpan( style: TextStyle(color: Colors.black, fontSize: 36), children: <TextSpan>[ TextSpan(text: 'Woolha ', style: TextStyle(color: Colors.blue)), TextSpan(text: 'dot '), TextSpan(text: 'com', style: TextStyle(decoration: TextDecoration.underline)) ], ), textScaleFactor: 0.5, )
Ejemplo 2: aleteo de texto enriquecido
RichText( text: TextSpan( style: TextStyle(color: Colors.black, fontSize: 36), children: <TextSpan>[ TextSpan(text: 'Woolha ', style: TextStyle(color: Colors.blue)), TextSpan(text: 'dot '), TextSpan(text: 'com', style: TextStyle(decoration: TextDecoration.underline)) ], ), )
Reseñas y puntuaciones
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)