BrnProgressBarItem class

数据图表的数据源 可对数据的数值、展示文本、选中状态的文字以及柱形的样式进行设置

Constructors

BrnProgressBarItem({String? text, required double value, double? hintValue, String? selectedHintText, String? showBarValueText, TextStyle showBarValueTextStyle = _showBarValueTextStyle})

Properties

barGroupAxisCenter Offset
getter/setter pair
barHintRect Rect?
getter/setter pair
barRect Rect?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hintPercentage double?
getter/setter pair
hintValue double?
柱状数据的参考值,展示在当前柱状图的后面
final
percentage double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedHintText String?
选中时气泡文字
final
showBarValueText String?
展示柱形的值
final
showBarValueTextStyle TextStyle
展示柱形值文本样式
final
text String?
柱状数据的描述文本
final
value double
柱状数据的值
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