ChartTitle class

Constructors

ChartTitle()

Properties

decoration Decoration
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
itemGap num
getter/setter pair
margin EdgeInsetsGeometry
getter/setter pair
padding EdgeInsetsGeometry
getter/setter pair
position ChartAlign
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
getter/setter pair
subText String
getter/setter pair
subTextClick VoidCallback?
getter/setter pair
subTextStyle TextStyle
getter/setter pair
text String
getter/setter pair
textAlign Align2
getter/setter pair
textClick VoidCallback?
getter/setter pair
textStyle TextStyle
getter/setter pair
textVerticalAlign Align2
getter/setter pair
triggerEvent bool
getter/setter pair

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