gome_expand_collapse 0.0.1
gome_expand_collapse: ^0.0.1 copied to clipboard
A customizable expand/collapse widget with animation and styling.
gome_expand_collapse #
A customizable, animated expand/collapse widget with:
- Smooth expand animation
- Toggle icon with rotation
- Color transition
- Scrollable sync
- Prefix icon and custom styling
Example #
ExpandCollapse(
data: 'Klik untuk expand',
prefixIcon: Icons.menu,
child: Text('Ini isi konten yang muncul saat expand'),
)