EdgeLabels constructor

const EdgeLabels({
  1. required EdgeLabelBuilder builder,
  2. EdgeLabelTextAlignment alignment = EdgeLabelTextAlignment.before,
  3. EdgeLabelPositionPriority positionPriority = EdgeLabelPositionPriority.none,
})

Implementation

const EdgeLabels({
  required this.builder,
  this.alignment = EdgeLabelTextAlignment.before,
  this.positionPriority = EdgeLabelPositionPriority.none,
});