Widget userImage(String url) { return ClipRRect( borderRadius: BorderRadius.circular(25), child: Image.network( url, width: 20, height: 20, ), ); }