InfinityPainter constructor

InfinityPainter({
  1. double strokeWidth = 3.0,
  2. Color color = Colors.black,
})

Implementation

InfinityPainter({
  this.strokeWidth = 3.0,
  this.color = Colors.black,
});