FoundationCollapsibleA collapsible widget that animates between visible and hidden states.API ReferencePreviewCode Usage FCollapsible(...) 1FCollapsible(2 value: 0.5,3 axis: .vertical,4 child: Placeholder(),5)TooltipA tooltip displays information related to a widget when focused, hovered over, or long pressed.Focused OutlineAn outline around a focused widget that does not affect its layout.