between_offset_ofDirection0From static method

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

Implementation

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