withX method

LineRaceFrame withX(
  1. double value
)

Replaces LineRaceFrame.x with value.

Implementation

LineRaceFrame withX(double value) => copyWith(x: value);