DashOffset class
Constructors
-
DashOffset.absolute(double start)
-
Create a DashOffset that will be measured in terms of absolute pixels
along the length of a Path segment.
const
-
DashOffset.percentage(double percentage)
-
Create a DashOffset that will be measured as a percentage of the length
of the segment being dashed.
Properties
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited