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