minX property

double minX

The uttermost starfield's x-axis position.

Implementation

double get minX {
  return size.width * absoluteVelocity;
}