Section constructor
const
Section({})
Implementation
const Section({
this.title,
this.subtitle,
this.titleText,
this.subtitleText,
this.trailing,
this.children = const <Widget>[],
this.card = false,
this.showDivider = false,
this.gap = 16,
super.key,
});