LukeStepEdgePainter constructor
LukeStepEdgePainter({
- required Offset source,
- required Offset target,
- required bool isDashed,
- required Color color,
- required double strokeWidth,
- double cornerRadius = 8.0,
- double horizontalStepPercent = 0.5,
- double verticalStepPercent = 0.5,
- double dashWidth = 8.0,
- double dashSpace = 8.0,
- double dashAnimationSpeed = 1,
- bool isAnimated = false,
- double dashOffset = 1,
Implementation
LukeStepEdgePainter({
required super.source,
required super.target,
required super.isDashed,
required super.color,
required super.strokeWidth,
this.cornerRadius = 8.0,
this.horizontalStepPercent = 0.5,
this.verticalStepPercent = 0.5,
this.dashWidth = 8.0,
this.dashSpace = 8.0,
this.dashAnimationSpeed = 1,
this.isAnimated = false,
this.dashOffset = 1,
});