VerticalDottedLine constructor

const VerticalDottedLine({
  1. required double height,
  2. required Color color,
  3. Key? key,
})

Implementation

const VerticalDottedLine({
  required this.height,
  required this.color,
  super.key});