StacOffset constructor

const StacOffset({
  1. required double dx,
  2. required double dy,
})

Creates an offset with the specified horizontal and vertical displacements.

Implementation

const StacOffset({required this.dx, required this.dy});