HighchartsChart3DFrameFrontOptions constructor

HighchartsChart3DFrameFrontOptions({
  1. String? color,
  2. double? size,
  3. String? visible,
})

The front of the frame around a 3D chart.

API Docs: https://api.highcharts.com/highcharts/chart.options3d.frame.front

Implementation

HighchartsChart3DFrameFrontOptions({this.color, this.size, this.visible});