hoverColor property

Color? hoverColor
final

The color for the radio's Material when a pointer is hovering over it.

If overlayColor returns a non-null color in the MaterialState.hovered state, it will be used instead.

Implementation

final Color? hoverColor;