想象一下,我有這樣一段文字:HELLO THIS IS MY LONG SENTENCE。當我點擊它時,我希望字LONG漣漪(墨水飛濺)。 比方說,我有這樣的代碼: new RichText(
text: new TextSpan(
text: 'HELLO THIS IS MY ',
style: DefaultTextStyle.of(context).style,
我收到以下錯誤,同時試圖從我的for循環元素添加到我的List ... NoSuchMethodError: The method 'addAll' was called on null.
Receiver: null
Tried calling: addAll("LrWr826cd3Y")
這裏是我的代碼... Future getData() async {