between_offset_ofDirection0To static method

Between<Offset> between_offset_ofDirection0To(
  1. double direction,
  2. double end, {
  3. (Curve, Curve)? curve,
})

Implementation

static Between<Offset> between_offset_ofDirection0To(
  double direction,
  double end, {
  (Curve, Curve)? curve,
}) =>
    between_offset_ofDirection(direction, 0, end, curve: curve);