BezierCurveSection class

贝塞尔曲线的各个点

Constructors

BezierCurveSection({required Offset start, required Offset top, required Offset end, double proportion = 1 / 2})

Properties

end Offset
贝塞尔曲线终点
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
proportion double
贝塞尔曲线顶点所在比例
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start Offset
贝塞尔曲线起点
getter/setter pair
top Offset
贝塞尔曲线顶部
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