CirclifyItem class

Constructors

CirclifyItem({String? id, required Color color, required double value, String? label})

Properties

color Color
The color of the item
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
The id of the item, required for correctly updating the item
final
label String?
The label of the item, drawn on center of the segment
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
The value of the item, must be greater than 0
getter/setter pair

Methods

copyWith({Color? color, double? value, String? label}) CirclifyItem
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