ProfilImage constructor
const
ProfilImage({})
Implementation
const ProfilImage({
super.key,
this.addLink = true,
required this.photoPath,
required this.nomComplet,
required this.width,
required this.height,
required this.userId,
this.boxShape,
this.isConnectedYN = false,
this.isConnectedCheck = false,
this.onTap,
});