DashOffset class

Specifies the starting position of a dash array on a path, either as a percentage or absolute value.

The internal value will be guaranteed to not be null.

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

Operators

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