Defaults class abstract

Some useful default values for specifications.

Constructors

Defaults()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

circularAxis AxisGuide
A specification for circular axis.
no setter
colors10 List<Color>
A color palette of 10 colors.
no setter
colors20 List<Color>
A color palette of 20 colors.
no setter
horizontalAxis AxisGuide
A specification for horizontal axis.
no setter
horizontalRangeEvent EventUpdater<List<double>>
A event update for scaling and panning horizontal coordinate range.
no setter
horizontalRangeFocusEvent EventUpdater<List<double>>
A event update for scaling and panning horizontal coordinate range by cursor focus.
no setter
primaryColor Color
A single primary color.
getter/setter pair
radialAxis AxisGuide
A specification for radial axis.
no setter
runeStyle TextStyle
A text style for labels curved in colored surfaces.
no setter
strokeColor Color
A color for auxiliary lines.
getter/setter pair
strokeStyle PaintStyle
A stroke style for auxiliary lines.
no setter
textColor Color
A color for text.
getter/setter pair
textStyle TextStyle
A text style for labels.
no setter
verticalAxis AxisGuide
A specification for vertical axis.
no setter
verticalRangeEvent EventUpdater<List<double>>
A event update for scaling and panning vertical coordinate range.
no setter
verticalRangeFocusEvent EventUpdater<List<double>>
A event update for scaling and panning vertical coordinate range by cursor focus.
no setter