pub fn vertical<'a, Theme>(width: impl Into<Pixels>) -> Rule<'a, Theme>where Theme: Catalog,
Creates a new vertical Rule with the given width.
Rule