CuttingLineStyle constructor

const CuttingLineStyle({
  1. double width = 1,
  2. Color color = Colors.grey,
})

Implementation

const CuttingLineStyle({
  this.width = 1,
  this.color = Colors.grey,
});