selectionColor property

Color? selectionColor
final

The foreground color applied to the whole item when it is selected Defaults to Colors.white.withAlpha(50)

Implementation

final Color? selectionColor;