NodeShape constructor

const NodeShape({
  1. Color? fillColor,
  2. Color? strokeColor,
  3. double? strokeWidth,
})

Implementation

const NodeShape({this.fillColor, this.strokeColor, this.strokeWidth});