-
data
- list ofdouble
values based on which chart will be drawned.
-
selectedIndex
- index of the selected section, defaults tonull
.onSelectionChanged
- callbacks that reports that selected section index has changed, defaults tonull
.onInscribedInCircleSizeChanged
- callbacks that reports that size of the square inscribed in circle has changed, defaults tonull
.
colorPattern
- pattern which colors will respect while getting from [GaugeChartSectionStyle.colors] field, defaults tonull
.sectionStroke
- stroke (width/size) of the gauge section, defaults to30
.selectedSectionStroke
- stroke (width/size) of the selected gauge section, defaults to38
.debugMode
- whether debug mode is enabled or not, defaults tofalse
.selectionEnabled
- whether interactive section selection is enabled or not, defaults totrue
.behavior
- how this chart should behave during hit testing, defaults toHitTestBehavior.deferToChild
.runInitialAnimation
- whether to show initial selection animation or not, defaults tofalse
.
backgroundStyle
- styling options for the background, for more details please refer to the source code of theGaugeChartBackgroundStyle
.sectionStyle
- styling options for the section, for more details please refer to the source code of theGaugeChartSectionStyle
.