📜  从喜欢的颤动中获取avarae图像 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:46.580000             🧑  作者: Mango

代码示例1
CircleAvatar(
                radius: 30.0,
                backgroundImage:
                    NetworkImage("${snapshot.data.hitsList[index].previewUrl}"),
                backgroundColor: Colors.transparent,
              )