rich tewxt in flutter code example
Example: rich text flutter
RichText( text: TextSpan( style: TextStyle(color: Colors.black, fontSize: 18), children: textSpans, ), )
RichText( text: TextSpan( style: TextStyle(color: Colors.black, fontSize: 18), children: textSpans, ), )