PanelContainersPainter constructor
Implementation
PanelContainersPainter({
required this.panelRects,
required this.panelNames,
this.borderColor = const Color(0xFF4A9EFF),
this.fillColor = const Color(0x1A4A9EFF),
this.textColor = Colors.white,
});