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