MaterialStyle class

Constructors

MaterialStyle()
const

Properties

arcLabelOutsideLeaderLine → Color
Default color for outside label leader lines for ArcLabelDecorator.
no setter
arcStrokeColor → Color
Default color for strokes for ArcRendererConfig.
no setter
black → Color
no setter
chartBackgroundColor → Color
Default background color for the chart.
no setter
defaultSeriesColor → Color
Default series color for legends, used as a fallback when a series has no data.
no setter
hashCode → int
The hash code for this object.
no setterinherited
legendEntryTextColor → Color
Default color for entry text for Legend.
no setter
legendTitleTextColor → Color
Default color for title text for Legend.
no setter
linePointHighlighterColor → Color
Default color for LinePointHighlighter.
no setter
noDataColor → Color
Default color for "no data" states on charts.
no setter
rangeAnnotationColor → Color
Default color for RangeAnnotation.
no setter
rangeBandSize → double
The width of the band specified as fraction of step.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sliderFillColor → Color
Default fill color for Slider.
no setter
sliderStrokeColor → Color
Default stroke color for Slider.
no setter
tickColor → Color
Default tick color.
no setter
tickLength → int
Default tick length.
no setter
transparent → Color
no setter
white → Color
no setter

Methods

createAxisLineStyle(GraphicsFactory graphicsFactory, LineStyleSpec? spec) → LineStyle
Creates LineStyleSpec for axis line from spec.
createGridlineStyle(GraphicsFactory graphicsFactory, LineStyleSpec? spec) → LineStyle
Creates LineStyle for axis gridlines from spec.
createTickLineStyle(GraphicsFactory graphicsFactory, LineStyleSpec? spec) → LineStyle
Creates LineStyleSpec for tick lines from spec.
getOrderedPalettes(int count) → List<Palette>
Gets list with count of palettes.
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.
inherited