Collapsible
A collapsible widget that animates between visible and hidden states.
Preview
Usage
FCollapsible(...)
FCollapsible(
value: 1.0, // 0.0 for collapsed, 1.0 for expanded.
child: const Text('child'),
);Last updated on