MUIProfile Card
Last updated
Last updated
A profile card by ModularUI with customizable name, image, designation, and social icons.
name
: String - Name of the person.
nameStyle
: TextStyle - Text style for the name, default: TextStyle(fontSize: 18, color: Colors.black, fontWeight: FontWeight.bold)
.
image
: Image - Profile image.
designation
: String - Designation of the person.
designationStyle
: TextStyle - Text style for the designation, default: TextStyle(fontSize: 16, color: Colors.black)
.
borderRadius
: double - Border radius of the card, default: 8
.
socialIcons
: List - List of social icons to display in the card footer.
bgColor
: Color - Background color of the card, default: Colors.white
.
maxWidth
: double - Maximum width of the card, default: 430
. Responsive to screen size.
The card provides a visually appealing way to display profile information.
Customize appearance and layout using the provided properties.