user_profile_drawer 0.0.1
user_profile_drawer: ^0.0.1 copied to clipboard
User Profile in Drawer Component
user_profile_drawer #
A customizable user profile drawer widget for Flutter.
Features #
- Profile picture, name, and email
- Optional background color or gradient
- Customizable text color
Usage #
UserProfileDrawer(
name: "Jane Doe",
email: "jane@example.com",
profileImageUrl: "https://your-image.com/jane.jpg",
headerColor: Colors.purple,
textColor: Colors.white,
)