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

Constants

SVG_MEETORSLICE_MEET int

1
SVG_MEETORSLICE_SLICE int

2
SVG_MEETORSLICE_UNKNOWN int

0
SVG_PRESERVEASPECTRATIO_NONE int

1
SVG_PRESERVEASPECTRATIO_UNKNOWN int

0
SVG_PRESERVEASPECTRATIO_XMAXYMAX int

10
SVG_PRESERVEASPECTRATIO_XMAXYMID int

7
SVG_PRESERVEASPECTRATIO_XMAXYMIN int

4
SVG_PRESERVEASPECTRATIO_XMIDYMAX int

9
SVG_PRESERVEASPECTRATIO_XMIDYMID int

6
SVG_PRESERVEASPECTRATIO_XMIDYMIN int

3
SVG_PRESERVEASPECTRATIO_XMINYMAX int

8
SVG_PRESERVEASPECTRATIO_XMINYMID int

5
SVG_PRESERVEASPECTRATIO_XMINYMIN int

2

Static Properties

instanceRuntimeType Type

read-only

Constructors

PreserveAspectRatio.internal_()

Properties

align int

read / write
hashCode int

read-only, inherited
meetOrSlice int

read / write
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

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

inherited
toString() String

Returns the result of the JavaScript objects toString method.

inherited