Labels class

A class representing labels configuration for a chart.

Labels contain information about text, alignment, padding, offset, and style.

Constructors

Labels({required String getLabelText(int index, double value)?, TextAlign textAlign = TextAlign.start, EdgeInsets padding = EdgeInsets.zero, double offset = 0, TextStyle? style})
Creates a new Labels instance.
const

Properties

getLabelText String Function(int index, double value)?
A function that returns the label text based on the index and value.
final
hashCode int
The hash code for this object.
no setterinherited
offset double
The offset of the label.
final
padding EdgeInsets
The padding around the label text.
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
style TextStyle?
The style of the label text.
final
textAlign TextAlign
The alignment of the label text.
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