TabContext class

Constructors

TabContext({Color backgroundColor = _transparent, required Color chartColor, required Color labelTextColor, required Color noteLabelColor, required Color noteShapeColor, required Color techniqueColor})
TabContext.forBrightness(Brightness brightness)
factory

Properties

backgroundColor Color
final
chartColor Color
no setter
chartFillPaint Paint
final
chartStrokePaint Paint
final
hashCode int
The hash code for this object.
no setterinherited
labelTextColor Color
final
noteLabelColor Color
no setter
noteLabelPaint Paint
final
noteShapeColor Color
no setter
noteShapePaint Paint
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
techniqueColor Color
no setter
techniquePaint Paint
final

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