dy property

double dy

Implementation

double get dy {
  return local != null ? local!.dy : 0.0;
}