HLine constructor
const
HLine({})
Implementation
const HLine({
Key? key,
this.color,
this.thickness,
this.borderRadius,
this.widthFactor,
this.width,
this.overlay,
this.alignment,
}) : super(key: key);