NeumorphicIcon constructor
NeumorphicIcon(})
Implementation
NeumorphicIcon(
this.icon, {
Key? key,
this.duration = Neumorphic.DEFAULT_DURATION,
this.curve = Neumorphic.DEFAULT_CURVE,
this.style,
this.size = 20,
}) : super(key: key);