SelectionHighlightLayer constructor
SelectionHighlightLayer({})
Implementation
SelectionHighlightLayer({
required this.getX,
required this.slotWidth,
required this.viewport,
this.selectedIndex,
this.highlightColor = const Color(0x33000000),
});