shadow property
Whether to apply a drop shadow to the outer chart area. Requires
that backgroundColor be set. The shadow can be an object
configuration containing color
, offsetX
, offsetY
, opacity
and
width
.
API Docs: https://api.highcharts.com/highcharts/chart.shadow
Implementation
Map<String, dynamic>? shadow;