BlockTransport constructor

const BlockTransport(
  1. (double, double) off,
  2. (double, double) drift
)

Implementation

const BlockTransport(this.off, this.drift);