PreserveAspectRatio 类
- 注解
-
- @Unstable()
- @Native("SVGPreserveAspectRatio")
属性
- align ↔ int?
-
getter/setter 对
- hashCode → int
- 此对象的哈希码。无 setter继承
- meetOrSlice ↔ int?
-
getter/setter 对
- runtimeType → Type
- 对象运行时类型的表示。无 setter继承
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
toString(
) → String - 此对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 等于运算符。继承
常量
- 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 → 常量 int