shadow property

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

Whether to apply a drop shadow to the tooltip. Defaults to true, unless the tooltip is fixed.

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

Implementation

Map<String, dynamic>? shadow;