NeumorphicShapePainter constructor

NeumorphicShapePainter({
  1. ShapeBorder shape = const ContinuousRectangleBorder(),
  2. double strokeWidth = 0,
})

Implementation

NeumorphicShapePainter({
  this.shape = const ContinuousRectangleBorder(),
  this.strokeWidth = 0,
});