MiniAppBar constructor
const
MiniAppBar({})
Implementation
const MiniAppBar({
super.key,
this.leading,
this.title,
this.actions = const <Widget>[],
this.centerTitle = false,
this.height,
});
const MiniAppBar({
super.key,
this.leading,
this.title,
this.actions = const <Widget>[],
this.centerTitle = false,
this.height,
});