CustomProfileButton constructor
Implementation
const CustomProfileButton({
super.key,
required this.icon,
required this.label,
required this.onPress,
this.iconColor = Colors.orangeAccent,
this.textColor = Colors.black,
this.isActive = false,
required this.isDark,
});