CameraZoomState class Null safety
Constructors
- CameraZoomState({double? maxZoomRatio, double? zoomRatio})
-
CameraZoomState.fromMap(Map<
String, dynamic> map)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- maxZoomRatio ↔ double?
-
最大缩放比例
Camera max zoom ratio
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- zoomRatio ↔ double?
-
当前缩放比例
Current zoom ratio
read / write
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