BorderSegment constructor
BorderSegment({
- double initialSize = 220.0,
- double heightFactor = 0.6,
- BorderSegmentAlignment? alignment,
- double position = 0,
- required Color color,
Implementation
BorderSegment({
this.initialSize = 220.0,
this.heightFactor = 0.6,
this.alignment,
double position = 0,
required this.color,
}) {
this.position = position.abs();
}