selectionColor property
final
The color to use when painting the selection.
If this property is null, this widget gets the selection color from the inherited DefaultSelectionStyle (if any); if none, the selection color is derived from the CupertinoThemeData.primaryColor on Apple platforms and ColorScheme.primary of ThemeData.colorScheme on other platforms.
Implementation
final Color? selectionColor;