pub fn separator() -> SeparatorExpand description
Create a default Separator (theme divider colour, widget-scaling
default thickness unless overridden).
column()
.push( text( "Section A" ) )
.push( separator() )
.push( text( "Section B" ) )
.into()