CarpenterDataGroup<T> constructor
const
CarpenterDataGroup<T> ({})
Implementation
const CarpenterDataGroup({
required this.id,
required this.header,
required this.items,
this.collapsible = true,
this.initiallyExpanded = true,
this.onExpandedChanged,
});