BarSection constructor
const
BarSection({})
Implementation
const BarSection(
{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 []});