DonutChartStyle class

Contains various customization options for the DonutChart.

Constructors

DonutChartStyle({DonutChartBackgroundStyle backgroundStyle = const DonutChartBackgroundStyle(), DonutChartSectionStyle sectionStyle = const DonutChartSectionStyle()})
Constructs an instance of DonutChartStyle.
const

Properties

backgroundStyle DonutChartBackgroundStyle
Style of the donut 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 DonutChartSectionStyle
Style of the section.
final

Methods

copyWith({DonutChartBackgroundStyle? backgroundStyle, DonutChartSectionStyle? sectionStyle}) DonutChartStyle
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