overlayColor property

WidgetStateProperty<Color?>? overlayColor
final

The highlight color that's typically used to indicate that the NavigationDestination is focused, hovered, or pressed.

Implementation

final WidgetStateProperty<Color?>? overlayColor;