NeumorphicShadowPainter constructor
NeumorphicShadowPainter({
- required List<
Shadow> shadows, - ShapeBorder shape = const ContinuousRectangleBorder(),
- double strokeWidth = 0,
Implementation
NeumorphicShadowPainter({required this.shadows, super.shape, super.strokeWidth});