StaticEnhancedIcon constructor
const
StaticEnhancedIcon({})
Implementation
const StaticEnhancedIcon({
super.key,
required this.icon,
required this.color,
this.size = 28,
this.containerSize = 60,
this.backgroundColor,
this.showShadow = true,
this.glowIntensity = 0.25,
});