ChartLegendEntry class final

A single entry in a chart legend.

Constructors

ChartLegendEntry({required String label, required UvStyle style, String glyph = '■', UvStyle labelStyle = const UvStyle()})
Creates a ChartLegendEntry with the given label and style.
const

Properties

glyph String
The character used as the legend marker.
final
hashCode int
The hash code for this object.
no setterinherited
label String
The text label for this legend entry.
final
labelStyle → UvStyle
The style applied to the label text.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style → UvStyle
The style applied to the glyph.
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