visualPosition property
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;