abs method

Offset abs()

Implementation

Offset abs() {
  return Offset(dx.abs(), dy.abs());
}