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