Insets class final

An insets object.

This is used to control the active visible area, instructing a Map View to ignore parts that may be obstructed by transparent / translucent GUI elements and affecting the Map View's logical center, the reported visibleArea, and the location display. The Insets may be invalidated if the Map View is resized without the Insets being updated. APIs should call the ArcGISMapViewController._areInsetsValidAfterResize to determine whether the Insets are still valid and report invalid insets to the user in a platform-appropriate manner. Invalid insets are simply ignored. Inset values are in DIPs, not in pixels.

Implemented types

Constructors

Insets({required double left, required double right, required double top, required double bottom})
Create an immutable insets object.
factory

Properties

bottom double
The bottom parameter in insets.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
left double
The left parameter in insets.
getter/setter pair
The right parameter in insets.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double
The top parameter in insets.
getter/setter pair

Methods

getIsEmpty() bool
Determine if the insets are set to default values.
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