CenterLineXWidget constructor

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

Implementation

const CenterLineXWidget({
  super.key,
  required this.height,
  this.strokeWidth = 2,
});