Answers for "flutter circular avatar height"

4

how to make an image contained in circle avatar in flutter

CircleAvatar(
                radius: 30.0,
                backgroundImage:
                    NetworkImage("${snapshot.data.hitsList[index].previewUrl}"),
                backgroundColor: Colors.transparent,
              )
Posted by: Guest on June-08-2020

Browse Popular Code Answers by Language