I have the same style properties for a TextSpan and Text widget
TextSpan
Text
Here is example code:
main() { runApp(MyApp()); } class My