minY property

  1. @override
num minY

The minimum y (or south) coordinate.

For geographic coordinates minY represents south latitude.

Implementation

@override
num get minY => min.y;