[][src]Constant pushrod::render::widget_config::CONFIG_COLOR_HOVER

pub const CONFIG_COLOR_HOVER: u8 = 1;

Widget Hover Color key for colors HashMap. This is the base fill color of a Widget that has a mouse hovering over the top of the Widget, or when a mouse_entered event is triggered. This is optional; the Widget does not need to honor this color if it does not support a hover state. This stored as a Config::Color.