itemHoverStyle property

Map<String, String>? itemHoverStyle
getter/setter pair

CSS styles for each legend item in hover mode. Only a subset of CSS is supported, notably those options related to text. Properties are inherited from style unless overridden here.

API Docs: https://api.highcharts.com/highcharts/legend.itemHoverStyle

Implementation

Map<String, String>? itemHoverStyle;