ForwadedCallPainter constructor
const
ForwadedCallPainter({
- Listenable? repaint,
- required Color color,
Implementation
const ForwadedCallPainter({
super.repaint,
required this.color,
});