visualPosition property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
Observable<Offset> visualPosition
final

Observable visual position for rendering.

This may differ from position when snap-to-grid is enabled. Use this value for actual rendering in the UI. Not serialized to JSON.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
final Observable<Offset> visualPosition;