shadow property
The shadow of the box. The shadow can be an object
configuration containing color
, offsetX
, offsetY
,
opacity
and width
.
API Docs: https://api.highcharts.com/highcharts/annotations.labels.shadow
Implementation
Map<String, dynamic>? shadow;