ExpandableObjectWidget constructor
Implementation
const ExpandableObjectWidget({
super.key,
required this.isExpanded,
required this.title,
required this.onExpandIcon,
required this.labels,
required this.values,
});
const ExpandableObjectWidget({
super.key,
required this.isExpanded,
required this.title,
required this.onExpandIcon,
required this.labels,
required this.values,
});