GaugeSegment class

Class that holds the details of each segment on a CustomGauge

Constructors

GaugeSegment(String segmentName, double segmentSize, Color segmentColor)
The color of the segment

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentColor Color
The size of the segment
final
segmentName String
final
segmentSize double
Name of the segment
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