GaugeChartStyle class

Contains various customization options for the GaugeChart.

Constructors

GaugeChartStyle({GaugeChartBackgroundStyle backgroundStyle = const GaugeChartBackgroundStyle(), GaugeChartSectionStyle sectionStyle = const GaugeChartSectionStyle()})
Constructs an instance of GaugeChartStyle.
const

Properties

backgroundStyle GaugeChartBackgroundStyle
Style of the gauge background.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionStyle GaugeChartSectionStyle
Style of the section.
final

Methods

copyWith({GaugeChartBackgroundStyle? backgroundStyle, GaugeChartSectionStyle? sectionStyle}) GaugeChartStyle
Creates a copy of the current object with new values specified in arguments.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override