yCoordinate property

double? yCoordinate
getter/setter pair

The Y coordinate of the upper left corner of the cropping area in the background image.

This is a value in the closed range of 0 to 1. This value represents the vertical distance from the top side of the entire image to the top side of the cropping area divided by the height of the entire image.

Implementation

core.double? yCoordinate;