BadExpandable constructor
const
BadExpandable({})
Implementation
const BadExpandable({
super.key,
this.initialOpen = true,
this.onChanged,
this.gap = 0,
required this.headerBuilder,
required this.child,
});