coord method

String coord()

Implementation

String coord() {
  return '(${dx.toStringAsFixed(2)}, ${dy.toStringAsFixed(2)})';
}