LineVertical constructor

const LineVertical(
  1. double height, {
  2. double width = 0.2,
  3. double radius = 0,
  4. Color? color,
  5. EdgeInsetsGeometry? margin,
  6. Key? key,
})

Implementation

const LineVertical(
    this.height, {
    this.width = 0.2,
    this.radius = 0,
    this.color,
    this.margin,
    super.key,
  });