ProfileMenuWidget constructor
Implementation
const ProfileMenuWidget({
super.key,
required this.title,
required this.icon,
required this.onPress,
this.endIcon = true,
this.textColor,
});
const ProfileMenuWidget({
super.key,
required this.title,
required this.icon,
required this.onPress,
this.endIcon = true,
this.textColor,
});