ZoomOptions class

Zoom options

Constructors

ZoomOptions({double zoom = zoomDef, double minZoom = minZoomDef, double maxZoom = maxZoomDef, double zoomDelta = zoomDeltaDef})

Properties

hashCode int
The hash code for this object.
no setterinherited
maxZoom double
Max zoom level.
final
minZoom double
Min zoom level.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoom double
Initial zoom level.
final
zoomDelta double
Zoom delta to be used when zoom in and zoom out.
final

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