AlignmentBasedBorderSegment constructor
AlignmentBasedBorderSegment({
- double initialSize = 220.0,
- double heightFactor = 0.6,
- required BorderSegmentAlignment alignment,
- required Color color,
Implementation
AlignmentBasedBorderSegment({
super.initialSize,
super.heightFactor,
required BorderSegmentAlignment alignment,
required super.color,
}) : super(alignment: alignment);