overlayColor property

MaterialStateProperty<Color?>? overlayColor
final

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

Implementation

final MaterialStateProperty<Color?>? overlayColor;