javaScript property

String? javaScript
latefinal

Custom JavaScript to inject into the webView. This will be executed after Highcharts Flutter code, but before the initial chart update with the defined options.

Implementation

late final String? javaScript;