ShapeConfiguration constructor

ShapeConfiguration({
  1. double strokeWidth = 30,
  2. Color backgroundColor = Colors.black,
})

Implementation

ShapeConfiguration({this.strokeWidth = 30, this.backgroundColor = Colors.black});