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