You would first initialise a List of colors, all of which will be blue as that is the default color: List<Color> colors = [Colors.blue, ...
確定! 回上一頁