ExpansionBarSection constructor
ExpansionBarSection({})
Implementation
ExpansionBarSection(
{super.key,
this.backButton = BarBackButtonMode.never,
this.title,
required this.sliver,
this.subtitle,
this.header,
this.titleText,
this.subtitleText,
this.headerText,
this.leading = const [],
this.trailing = const [],
this.initiallyExpanded = true});