GrafoConnectionPainer constructor

GrafoConnectionPainer({
  1. required Offset start,
  2. required Offset end,
  3. bool showBoundary = false,
  4. bool isHover = false,
  5. bool isSelected = false,
})

Implementation

GrafoConnectionPainer(
    {required this.start,
    required this.end,
    this.showBoundary = false,
    this.isHover = false,
    this.isSelected = false});