Skip to Content
Forui 0.12.0 is released 🎉
DocumentationFoundationCollapsible

Collapsible

A collapsible widget that animates between visible and hidden states.

Usage

FCollapsible(...)

FCollapsible( value: 1.0, // 0.0 for collapsed, 1.0 for expanded. child: const Text('child'), );
Last updated on