I am trying to display a network image of mario in a circleavatar using flutter. Nothing is displaying and no errors are returned. Please help! This is my code (Indents are screwed up):
CircleAvatar(
backgroundImage: NetworkImage("https://blogs.forbes.com/olliebarder/files/2018/03/super_mario_plumber_new.jpg") ,
radius: 40.0,
),
It is part of a class which extends StatelessWidget and it is wrapped in a padding, and a column.