StraightLine class

直线绘制内容

连接起点和终点的直线

Straight Line Drawing Content

A straight line connecting start and end points

Inheritance

Constructors

StraightLine()
StraightLine.data({required Offset? startPoint, required Offset? endPoint, required Paint paint})
StraightLine.fromJson(Map<String, dynamic> data)
factory

Properties

contentType String
内容类型标识(用于JSON序列化)
no setteroverride
endPoint Offset?
结束点坐标
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
paint Paint
画笔配置
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPoint Offset?
起始点坐标
getter/setter pair

Methods

copy() StraightLine
复制实例,避免对象引用传递
override
draw(Canvas canvas, Size size, bool deeper) → void
绘制核心方法 canvas 画布对象 size 画布尺寸 deeper 当前是否为底层绘制(true为历史记录层,false为实时绘制层)
override
drawing(Offset nowPoint) → void
绘制过程中调用(手指移动时)
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startDraw(Offset startPoint) → void
开始绘制(手指按下时)
override
toContentJson() Map<String, dynamic>
转换为JSON内容(子类实现)
override
toJson() Map<String, dynamic>
转换为JSON对象
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited