Inheritance
Annotations
  • DocsEditable()
  • DomName('SVGLength')
  • Unstable()

Constants

SVG_LENGTHTYPE_CM int

6
SVG_LENGTHTYPE_EMS int

3
SVG_LENGTHTYPE_EXS int

4
SVG_LENGTHTYPE_IN int

8
SVG_LENGTHTYPE_MM int

7
SVG_LENGTHTYPE_NUMBER int

1
SVG_LENGTHTYPE_PC int

10
SVG_LENGTHTYPE_PERCENTAGE int

2
SVG_LENGTHTYPE_PT int

9
SVG_LENGTHTYPE_PX int

5
SVG_LENGTHTYPE_UNKNOWN int

0

Static Methods

internalCreateLength() Length

Constructors

Length.internal_()

Properties

read / write, inherited
hashCode int

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
unitType int

read-only
value num

read / write
valueAsString String

read / write
valueInSpecifiedUnits num

read / write

Operators

operator ==(other) bool

The equality operator.

Methods

convertToSpecifiedUnits(int unitType) → void

newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() String

Returns a string representation of this object.

inherited