WCollapsable constructor
const
WCollapsable({})
Implementation
const WCollapsable({
super.key,
this.collapsed = false,
this.shouldEnableStaticMode = true,
this.duration = const Duration(milliseconds: 500),
this.curve = Curves.fastOutSlowIn,
this.child,
});