CameraZoomState class

Constructors

CameraZoomState({double? maxZoomRatio, double? zoomRatio})
CameraZoomState.fromMap(Map<String, dynamic> map)

Properties

hashCode int
The hash code for this object.
no setterinherited
maxZoomRatio double?
最大缩放比例 Camera max zoom ratio
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoomRatio double?
当前缩放比例 Current zoom ratio
getter/setter pair

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