Defaults class abstract
Some useful default values for specifications.
Constructors
- Defaults()
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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.
read-only
-
colors10
→ List<
Color> -
A color palette of 10 colors.
read-only
-
colors20
→ List<
Color> -
A color palette of 20 colors.
read-only
- horizontalAxis → AxisGuide
-
A specification for horizontal axis.
read-only
-
horizontalRangeEvent
→ EventUpdater<
List< double>> -
A event update for scaling and panning horizontal coordinate range.
read-only
-
horizontalRangeFocusEvent
→ EventUpdater<
List< double>> -
A event update for scaling and panning horizontal coordinate range by cursor focus.
read-only
- primaryColor ↔ Color
-
A single primary color.
read / write
- radialAxis → AxisGuide
-
A specification for radial axis.
read-only
- runeStyle → TextStyle
-
A text style for labels curved in colored surfaces.
read-only
- strokeColor ↔ Color
-
A color for auxiliary lines.
read / write
- strokeStyle → PaintStyle
-
A stroke style for auxiliary lines.
read-only
- textColor ↔ Color
-
A color for text.
read / write
- textStyle → TextStyle
-
A text style for labels.
read-only
- verticalAxis → AxisGuide
-
A specification for vertical axis.
read-only
-
verticalRangeEvent
→ EventUpdater<
List< double>> -
A event update for scaling and panning vertical coordinate range.
read-only
-
verticalRangeFocusEvent
→ EventUpdater<
List< double>> -
A event update for scaling and panning vertical coordinate range by cursor focus.
read-only