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