shadow property

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

Whether to apply a drop shadow to the legend. A backgroundColor also needs to be applied for this to take effect. The shadow can be an object configuration containing color, offsetX, offsetY, opacity and width.

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

Implementation

Map<String, String>? shadow;