zoomSpeedSpace property

  1. @JsonKey(name: 'ZoomSpeedSpace', fromJson: _fromJson1D)
List<Space1D>? zoomSpeedSpace
final

The speed space specifies the speed for a Zoom movement when moving to an absolute position or to a relative translation. In contrast to the velocity spaces, speed spaces do not contain any directional information.

Implementation

@JsonKey(name: 'ZoomSpeedSpace', fromJson: _fromJson1D)
final List<Space1D>? zoomSpeedSpace;