IndentGuide.connectingLines constructor

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

Convenient constructor to create a ConnectingLinesGuide.

Implementation

const factory IndentGuide.connectingLines({
  double indent,
  EdgeInsetsGeometry padding,
  Color color,
  double thickness,
  double origin,
  StrokeCap strokeCap,
  StrokeJoin strokeJoin,
  PathModifier? pathModifier,
  bool roundCorners,
  bool connectBranches,
}) = ConnectingLinesGuide;