HelpItem class

帮助提示项数据模型

包含文本内容、箭头位置、终点位置和颜色属性

Constructors

HelpItem({Color color = Colors.white, String? text, Offset? arrowPoint, Offset? endPoint})
构造函数

Properties

arrowPoint Offset?
final
color Color
final
endPoint Offset?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
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