activeAspectRatio property

double get activeAspectRatio

Returns the currently selected aspect ratio.

This method retrieves the aspect ratio from the active history entry.

Returns: The aspect ratio of the current active history entry.

Implementation

double get activeAspectRatio {
  return activeHistory.aspectRatio;
}