I have a list of strings that loaded from json file as below:
It was getting [color="black"]dark[/color], and we weren’t [color="blue"]there[/color] yet.
They got [color="black"]there[/color] early, and they got really [color="black"]good[/color] seats.
Mr. Montoya knows the way to the [color="black"]bakery[/color] even though he's never been [color="blue"]there[/color].
How to use listview.builder to find each text that is wrap within [color="..."][/color] and add text style color or Widget to it?
For example [color="blue"]there[/color] become there (with color blue)
