MicrosoftPainter constructor

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

Implementation

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