BarProps constructor
const
BarProps({})
Implementation
const BarProps({
this.titleText,
this.title,
this.subtitleText,
this.subtitle,
this.leading,
this.trailing,
this.backButton = BarBackButtonMode.auto,
this.onBack,
this.transparent = false,
this.centerTitle = false,
this.height,
this.padding,
});