pub fn separator() -> Separator
Create a default Separator (theme divider colour, 1 px thickness).
Separator
column() .push( text( "Section A" ) ) .push( separator() ) .push( text( "Section B" ) ) .into()