ScopingLinesGuide constructor

const ScopingLinesGuide({
  1. double indent = 40.0,
  2. EdgeInsetsGeometry padding = EdgeInsets.zero,
  3. int maxLevel = largestPositiveInteger,
  4. Color color = const Color(0xFF424242),
  5. double thickness = 2.0,
  6. double origin = 0.5,
  7. StrokeCap strokeCap = StrokeCap.butt,
  8. StrokeJoin strokeJoin = StrokeJoin.miter,
  9. PathModifier? pathModifier,
})

Implementation

const ScopingLinesGuide({
  super.indent,
  super.padding,
  super.maxLevel,
  super.color,
  super.thickness,
  super.origin,
  super.strokeCap,
  super.strokeJoin,
  super.pathModifier,
});