plotShadow property

Map<String, dynamic>? plotShadow
getter/setter pair

Whether to apply a drop shadow to the plot area. Requires that plotBackgroundColor be set. The shadow can be an object configuration containing color, offsetX, offsetY, opacity and width.

API Docs: https://api.highcharts.com/highcharts/chart.plotShadow

Implementation

Map<String, dynamic>? plotShadow;