StrokeDasharray class
SVG stroke dash array enum and helper class. Make pattern and conversion easy.
Constructors
- StrokeDasharray(String value)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
inherited
Static Properties
- dash1 → StrokeDasharray
-
final
- dash10 → StrokeDasharray
-
final
- dash2 → StrokeDasharray
-
final
- dash20 → StrokeDasharray
-
final
- dash5 → StrokeDasharray
-
final
- dash5dash1 → StrokeDasharray
-
final
- none → StrokeDasharray
-
final
Static Methods
-
custom(
String value) → StrokeDasharray -
toXml(
StrokeDasharray? strokeDasharray) → String