LineConnectorDecoration constructor

const LineConnectorDecoration({
  1. Color color = Colors.blueGrey,
  2. double strokeWidth = 1.0,
})

Implementation

const LineConnectorDecoration({
  this.color = Colors.blueGrey,
  this.strokeWidth = 1.0,
});