NeumorphicShapePainter constructor
NeumorphicShapePainter({
- ShapeBorder shape = const ContinuousRectangleBorder(),
- double strokeWidth = 0,
Implementation
NeumorphicShapePainter({
this.shape = const ContinuousRectangleBorder(),
this.strokeWidth = 0,
});