NodeCustomPainter constructor

NodeCustomPainter(
  1. bool hasPre,
  2. bool hasNext,
  3. Color color
)

Implementation

NodeCustomPainter(this.hasPre, this.hasNext, this.color) {
  _paint.color = color;
}