Range class

Constructors

Range({String? label, required double lowerLimit, required double upperLimit, required Color backgroundColor, TextStyle? legendTextStyle})

Properties

backgroundColor Color
Sets the color of the range.
final
hashCode int
The hash code for this object.
no setterinherited
label String?
Sets the label of the range.
final
legendTextStyle TextStyle?
Sets the TextStyle for the label.
final
lowerLimit double
Sets the lowerLimit of the range.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upperLimit double
Sets the upperLimit of the range.
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