selectedColor property

Color? selectedColor
final

The color to paint the item when it's selected.

If null, the color is chosen automatically based on the user’s selected system accent color and whether the sidebar is in the main window.

Implementation

final Color? selectedColor;