ValueBackgroundPainter constructor

ValueBackgroundPainter({
  1. required Color color,
  2. required Radius radius,
})

Implementation

ValueBackgroundPainter({required this.color, required this.radius});