CurvedPainter constructor

const CurvedPainter(
  1. {required Color color}
)

Implementation

const CurvedPainter({required this.color});