PreserveAspectRatio class
- Annotations
-
- @Unstable()
- @Native("SVGPreserveAspectRatio")
Properties
- align ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- meetOrSlice ↔ int?
-
getter/setter pair
- 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
Constants
- SVG_MEETORSLICE_MEET → const int
- SVG_MEETORSLICE_SLICE → const int
- SVG_MEETORSLICE_UNKNOWN → const int
- SVG_PRESERVEASPECTRATIO_NONE → const int
- SVG_PRESERVEASPECTRATIO_UNKNOWN → const int
- SVG_PRESERVEASPECTRATIO_XMAXYMAX → const int
- SVG_PRESERVEASPECTRATIO_XMAXYMID → const int
- SVG_PRESERVEASPECTRATIO_XMAXYMIN → const int
- SVG_PRESERVEASPECTRATIO_XMIDYMAX → const int
- SVG_PRESERVEASPECTRATIO_XMIDYMID → const int
- SVG_PRESERVEASPECTRATIO_XMIDYMIN → const int
- SVG_PRESERVEASPECTRATIO_XMINYMAX → const int
- SVG_PRESERVEASPECTRATIO_XMINYMID → const int
- SVG_PRESERVEASPECTRATIO_XMINYMIN → const int