ExpandableList constructor

const ExpandableList({
  1. Key? key,
  2. required List<ExpandableListItem> items,
})

Implementation

const ExpandableList({Key? key, required this.items}) : super(key: key);