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,
)