Flutter: Build a children of TextSpan
I want to create a widget that will underline a particular word in a sentence but have this issue: error: The element type 'List' can't be assigned to the list type 'InlineSpan'. From screen: UnderlineMe(sentence: 'I Love Stackoverflow', underline: 'Love'),…