BsCollapse constructor
const
BsCollapse({})
Creates a BsCollapse.
Implementation
const BsCollapse({
super.key,
required this.isExpanded,
required this.child,
this.horizontal = false,
this.duration = const Duration(milliseconds: 350),
this.curve = Curves.easeInOut,
});