const OffsetBase(double _dx, double _dy)

Abstract const constructor. This constructor enables subclasses to provide const constructors so that they can be used in const expressions.

The first argument sets the horizontal dimension, and the second the vertical dimension.

Source

const OffsetBase(this._dx, this._dy);