factory Divider.vertical({String char = '│', Style? style}) => Divider( orientation: DividerOrientation.vertical, char: char, style: style);