syncfusion_flutter_charts
charts
AxisLabel
AxisLabel constructor
AxisLabel
syncfusion_flutter_charts
charts
AxisLabel
AxisLabel constructor
AxisLabel class
Constructors
AxisLabel
Properties
labelSize
labelStyle
text
value
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
AxisLabel
constructor
AxisLabel
(
ChartTextStyle
labelStyle
,
Size
labelSize
,
String
text
,
num
value
)
Implementation
AxisLabel(this.labelStyle, this.labelSize, this.text, this.value);