BrnLineTouchData class

Constructors

BrnLineTouchData({required Size tipWindowSize, Offset tipOffset = const Offset(0, 0), dynamic onTouch()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onTouch ↔ (dynamic Function()?)
点击回调,由于返回 展示内容(String 或 Widget)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tipOffset Offset
要展示 tip 的相对偏移量
getter/setter pair
tipWindowSize Size
要展示的 tip 的宽高
getter/setter pair
x double?
用于临时存储要展示 tip 内容在坐标的位置
getter/setter pair
y double?
用于临时存储要展示 tip 内容在坐标的位置
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