LineStyle constructor
const
LineStyle({
- double strokeWidth = 5.0,
- double gradientLength = 0.0,
- Color outlineColor = const ui.Color(0x00000000),
- double outlineWidth = 0.0,
- bool innerOutlineEnabled = false,
- double turnRadius = 10.0,
- double arcApproximationStep = 12.0,
- double dashLength = 0.0,
- double gapLength = 0.0,
- double dashOffset = 0.0,
Implementation
const LineStyle({
this.strokeWidth = 5.0,
this.gradientLength = 0.0,
this.outlineColor = const ui.Color(0x00000000),
this.outlineWidth = 0.0,
this.innerOutlineEnabled = false,
this.turnRadius = 10.0,
this.arcApproximationStep = 12.0,
this.dashLength = 0.0,
this.gapLength = 0.0,
this.dashOffset = 0.0,
});