ExpandableParameters constructor
const
ExpandableParameters({})
Implementation
const ExpandableParameters({
this.prefixIcon,
this.title,
this.isSwitch = false,
this.isExpandeable = true,
this.expandedWidget,
this.suffixWidget,
this.onExpandedSectionToggle,
});