maxY property

double maxY

The uttermost starfield's y-axis position.

Implementation

double get maxY {
  return size.height * absoluteVelocity;
}