NiceCollapsingHeader constructor
const
NiceCollapsingHeader({})
Implementation
const NiceCollapsingHeader({
super.key,
required this.expandedContent,
required this.collapsedTitle,
required this.body,
this.expandedHeight = 200,
this.backgroundColor,
this.actions,
});