DisclosureItemProps constructor

const DisclosureItemProps({
  1. required Widget summary,
  2. required Widget content,
  3. bool showChevron = true,
})

Implementation

const DisclosureItemProps({
  required this.summary,
  required this.content,
  this.showChevron = true,
});