IndentGuide.scopingLines constructor

const IndentGuide.scopingLines({
  1. double indent,
  2. EdgeInsetsGeometry padding,
  3. Color color,
  4. double thickness,
  5. double origin,
  6. StrokeCap strokeCap,
  7. StrokeJoin strokeJoin,
  8. PathModifier? pathModifier,
})

Convenient constructor to create a ScopingLinesGuide.

Implementation

const factory IndentGuide.scopingLines({
  double indent,
  EdgeInsetsGeometry padding,
  Color color,
  double thickness,
  double origin,
  StrokeCap strokeCap,
  StrokeJoin strokeJoin,
  PathModifier? pathModifier,
}) = ScopingLinesGuide;