NavigationFeatureProperty constructor

NavigationFeatureProperty({
  1. int? contour,
  2. String? color,
  3. double? opacity,
  4. String? fill,
  5. String? fillColor,
  6. double? fillOpacity,
})

Implementation

NavigationFeatureProperty({
  this.contour,
  this.color,
  this.opacity,
  this.fill,
  this.fillColor,
  this.fillOpacity,
});