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