maxY property

double get maxY

The uttermost starfield's y-axis position.

Implementation

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