Indicator class

@author Evan @since 2021/1/13 @describe:

Constructors

Indicator({double labelPadding = 8.0, double triangleHeight = 8.0, double offsetY = 14.0, double rectRadius = 6.0})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
labelPadding double
标签填充
final
offsetY double
三角形在Y轴向上偏移高度
final
rectRadius double
圆角半径
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triangleHeight 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