LODLevelChanged class
Emitted when the LOD visibility level changes.
This occurs when zooming crosses a threshold that changes the visibility configuration (e.g., from minimal to standard, or standard to full).
- Inheritance
-
- Object
- GraphEvent
- LODLevelChanged
Constructors
- LODLevelChanged({required DetailVisibility previousVisibility, required DetailVisibility currentVisibility, required double normalizedZoom})
-
const
Properties
- currentVisibility → DetailVisibility
-
The visibility configuration after the change.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- normalizedZoom → double
-
The normalized zoom level (0.0 to 1.0) that triggered the change.
final
- previousVisibility → DetailVisibility
-
The visibility configuration before the change.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited