ApplePainter constructor

const ApplePainter({
  1. Listenable? repaint,
  2. required Color color,
})

Implementation

const ApplePainter({
  super.repaint,
  required this.color,
});