HCNavigationAnnotationsTypesMeasureTypeBackgroundOptions constructor

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

Implementation

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