IndentGuide.connectingLines constructor

const IndentGuide.connectingLines({
  1. double indent,
  2. Color color,
  3. double thickness,
  4. double origin,
  5. bool roundCorners,
})

Convenient constructor to create a ConnectingLinesGuide.

Implementation

const factory IndentGuide.connectingLines({
  double indent,
  Color color,
  double thickness,
  double origin,
  bool roundCorners,
}) = ConnectingLinesGuide;