pub fn InspectorSection(props: InspectorSectionProps) -> impl IntoViewExpand description
A collapsible inspector section with a title header, optional actions
rendered on the header row, and a body of children. default_open
controls the initial expanded state.
§Required Props
- title:
impl Into<String> - children:
ChildrenFn
§Optional Props
- default_open:
bool - actions:
impl Into<ViewFn>