I am getting a message from the server like - THE ONLY MARATHON YOU'VE EVER DONE IS A MOVIE MARATHON. GET OFF THE COUCH CHUNKY BUTT AND DO SOME CARDIO. I have to make it bolder those character which is in asterisks. I am using flutter package "simple_text". It's working but not as like expectation. So, could anyone please help me with sharing effective suggestions? Here you go with my code and output screenshot. Thanks in advance!
SimpleRichText(
"THE ONLY MARATHON YOU'VE EVER DONE IS A MOVIE MARATHON. GET OFF THE COUCH *CHUNKY BUTT* AND DO SOME CARDIO.",
textAlign: TextAlign.center,
style: const TextStyle(
fontSize: 35.0,
fontFamily: 'SFPRO',
color: white,
letterSpacing: 1,
fontWeight: FontWeight.w100,
),
),

RichText widget
https://api.flutter.dev/flutter/widgets/RichText-class.html