HCNavigationBindingsVerticalLineAnnotationsTypesElliottWaveTypePointsOptions constructor

const HCNavigationBindingsVerticalLineAnnotationsTypesElliottWaveTypePointsOptions({
  1. num? controlPoint,
  2. HCNavigationBindingsVerticalLineAnnotationsTypesElliottWaveTypePointsLabelOptions? label,
  3. num? x,
  4. num? y,
})

Implementation

const HCNavigationBindingsVerticalLineAnnotationsTypesElliottWaveTypePointsOptions({
  this.controlPoint,
  this.label,
  this.x,
  this.y,
});