javaScript property

String? javaScript
final

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

final String? javaScript;