NeumorphicInnerShadowPainter constructor
NeumorphicInnerShadowPainter({})
Implementation
NeumorphicInnerShadowPainter(
{required this.innerShadows, shape, required strokeWidth})
: super(shape: shape, strokeWidth: strokeWidth);