ListTile( leading: CircleAvatar( backgroundImage: Image.file(file), child: GestureDetector(onTap: () {}), ), // (...) );