CenterLineYWidget constructor

const CenterLineYWidget({
  1. Key? key,
  2. required double width,
  3. double strokeWidth = 2,
})

Implementation

const CenterLineYWidget({
  super.key,
  required this.width,
  this.strokeWidth = 2,
});