LabelCommonOptions class

Annotations

Constructors

LabelCommonOptions({TextDirection labelTextDirection = ui.TextDirection.ltr, TextAlign labelTextAlign = ui.TextAlign.center, double labelTextScaleFactor = 1.0})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
labelTextAlign TextAlign
final
labelTextDirection TextDirection
final
labelTextScaleFactor double
final
labelTextStyle TextStyle
Text style for all labels (X labels, Y labels, legend labels).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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