FluentAxisTickLabel class

A tick label after wrapping, staggering or truncation.

Annotations

Constructors

FluentAxisTickLabel({required List<FluentAxisLabelLine> lines, required String fullText, required bool truncated})
Creates a laid-out tick label.
const

Properties

fullText String
The untransformed label, which the axis-label tooltip shows on hover.
final
hashCode int
The hash code for this object.
no setterinherited
lines List<FluentAxisLabelLine>
The rendered lines, in painting order.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
truncated bool
Whether the rendered lines differ from fullText, which is the condition upstream uses to decide whether to attach a tooltip at all (utilities.ts:1301-1304).
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