AppBarConfiguration constructor
const
AppBarConfiguration({})
Implementation
const AppBarConfiguration({
required this.canBack,
required this.showProgress,
this.showCancelButton = true,
this.leading,
this.trailing,
});