NeumorphicIconButton constructor
Implementation
const NeumorphicIconButton({
super.key,
required this.icon,
this.onPressed,
this.size = 48,
this.iconSize = 24,
this.iconColor,
this.backgroundColor,
this.depth = 2,
});
const NeumorphicIconButton({
super.key,
required this.icon,
this.onPressed,
this.size = 48,
this.iconSize = 24,
this.iconColor,
this.backgroundColor,
this.depth = 2,
});