Foundation

Collapsible

A collapsible widget that animates between visible and hidden states.

Usage

FCollapsible(...)

1FCollapsible(
2 value: 0.5,
3 axis: .vertical,
4 child: Placeholder(),
5)

On this page