LegendTitle class

Customizes the legend title.

Takes a string and display the legend title.By default,the legend title horizontally center aligned to the chart's width and it will placed at the bottom of the chart.

Provides Options to customize the text, textStyle and alignment properties.

Annotations

Constructors

LegendTitle({String? text, TextStyle? textStyle, ChartAlignment? alignment})
Creating an argument constructor of LegendTitle class.

Properties

alignment ChartAlignment
Alignment of the legend title.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Legend title text.
final
textStyle TextStyle
Customize the legend title 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.
override