dart:svg
Length class
- Annotations
- @Unstable()
- @Native("SVGLength")
Properties
- unitType → int
final
- value ↔ num
read / write
- valueAsString ↔ String
read / write
- valueInSpecifiedUnits ↔ num
read / write
- hashCode → int
read-only, inherited
- The hash code for this object. [...]
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- convertToSpecifiedUnits(int unitType) → void
- newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) → void
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed. [...]
- toString() → String
inherited
- Returns a string representation of this object.
Operators
- operator ==(dynamic other) → bool
inherited
- The equality operator. [...]
Constants
- SVG_LENGTHTYPE_CM → const int
-
6
- SVG_LENGTHTYPE_EMS → const int
-
3
- SVG_LENGTHTYPE_EXS → const int
-
4
- SVG_LENGTHTYPE_IN → const int
-
8
- SVG_LENGTHTYPE_MM → const int
-
7
- SVG_LENGTHTYPE_NUMBER → const int
-
1
- SVG_LENGTHTYPE_PC → const int
-
10
- SVG_LENGTHTYPE_PERCENTAGE → const int
-
2
- SVG_LENGTHTYPE_PT → const int
-
9
- SVG_LENGTHTYPE_PX → const int
-
5
- SVG_LENGTHTYPE_UNKNOWN → const int
-
0