pub fn view_section<'a, Message: 'static>(
title: impl Into<Cow<'a, str>>,
) -> Section<'a, Message>
๐Deprecated: use
settings::section().title()
insteadExpand description
A section within a settings view column.