hoverColor property
final
The color for the checkbox'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;