VerticalDashedLine constructor

const VerticalDashedLine(
  1. {Key? key,
  2. double width = 1,
  3. Color color = Colors.grey}
)

Implementation

const VerticalDashedLine({Key? key, this.width = 1, this.color = Colors.grey})
    : super(key: key);