pub package

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'),
)