ExpandableList constructor
const
ExpandableList({
- Key? key,
- required List<
ExpandableListItem> items,
Implementation
const ExpandableList({Key? key, required this.items}) : super(key: key);