HCNavigationBindingsVerticalLabelAnnotationsTypesFibonacciTimeZonesTypeLineOptions constructor

const HCNavigationBindingsVerticalLabelAnnotationsTypesFibonacciTimeZonesTypeLineOptions({
  1. String? fill,
  2. String? stroke,
  3. num? strokeWidth,
})

Implementation

const HCNavigationBindingsVerticalLabelAnnotationsTypesFibonacciTimeZonesTypeLineOptions({
  this.fill,
  this.stroke,
  this.strokeWidth,
});