SK
shayan khxn

User List Item - Copy this React, Tailwind Component to your project

Padding( padding: const EdgeInsets.only(top: 50, left: 20), child: ListTile( leading: CircleAvatar( backgroundImage: NetworkImage( userData['profile_image'] ?? 'profile_image not available'), radius: 30, ), title: Text( userData['name'] ?? 'Name not available', style: TextStyle( fontSize: 16, fontWeight: FontWeight.w600), ), subtitle: Text( userData['email'] ?? 'Email not available', style: TextStyle( fontSize: 14, color: Colors.grey, ), ), ), ), i want you to take a container in flutter widget that i click on whole listtile and go to next sreen

Prompt
Component Preview

About

UserListItem - A clickable list tile with a user avatar, name, and email. Built with React and Tailwind for a sleek design. Get component free!

Share

Last updated 1 month ago