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