DisclosureConfig constructor
const
DisclosureConfig({})
Implementation
const DisclosureConfig({
this.expandDuration = const Duration(milliseconds: 200),
this.collapseDuration = const Duration(milliseconds: 200),
this.expandCurve = Curves.easeOut,
this.collapseCurve = Curves.easeIn,
this.maxHeight = 52,
});