You could use the map method of your list of Strings. ... Column( children: List.generate(text.length, (index) { return Text( text[index].
確定! 回上一頁