BrnDashedPainter constructor

BrnDashedPainter({
  1. Axis axis = _normalAxis,
  2. double dashedLength = _normalDashedLength,
  3. double dashedThickness = _normalDashedThickness,
  4. double dashedSpacing = _normalDashedSpacing,
  5. Color? color,
  6. double? dashedOffset = 0.0,
  7. DashedLinePosition? position = _normalPosition,
})

Implementation

BrnDashedPainter({
  this.axis = _normalAxis,
  this.dashedLength = _normalDashedLength,
  this.dashedThickness = _normalDashedThickness,
  this.dashedSpacing = _normalDashedSpacing,
  this.color,
  this.dashedOffset = 0.0,
  this.position = _normalPosition,
});