const UserCard({ Key? key, required this.userName, required this.companyTitle, required this.bgColor, this.imageUrl, }) : super(key: key);