shadow property
The shadow of the box. Works best with borderWidth
or
backgroundColor
. Since 2.3 the shadow can be an object
configuration containing color
, offsetX
, offsetY
, opacity
and width
.
API Docs: https://api.highcharts.com/highcharts/series.streamgraph.data.dataLabels.shadow
Implementation
Map<String, dynamic>? shadow;