ChartModel class

Constructors

ChartModel({required double persintge, Color? selectColor})

Properties

color Color
getter/setter pair
colorPiker ↔ ColorPiker
getter/setter pair
colorvalue Color
no getter
hashCode int
The hash code for this object.
no setterinherited
persintge double
getter/setter pair
persintgevalue double
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectColor Color?
getter/setter pair

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