NavigationInstructionPropertyComponent constructor

NavigationInstructionPropertyComponent({
  1. NavigationPropertyComponentType? type,
  2. String? text,
  3. String? abbr,
  4. int? abbrPriority,
  5. String? imageBaseURL,
  6. List<NavigationDirection>? directions,
  7. bool? active,
})

Implementation

NavigationInstructionPropertyComponent({
  this.type,
  this.text,
  this.abbr,
  this.abbrPriority,
  this.imageBaseURL,
  this.directions,
  this.active,
});