ScaleType enum Null safety
ScaleType 可选类型
Constructors
- ScaleType()
-
const
Values
- matrix → const ScaleType
-
const ScaleType(0)
- fitXy → const ScaleType
-
const ScaleType(1)
- fitStart → const ScaleType
-
const ScaleType(2)
- fitCenter → const ScaleType
-
const ScaleType(3)
- fitEnd → const ScaleType
-
const ScaleType(4)
- center → const ScaleType
-
const ScaleType(5)
- centerCrop → const ScaleType
-
const ScaleType(6)
- centerInside → const ScaleType
-
const ScaleType(7)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited