BasicAppBar constructor
const
BasicAppBar({})
Implementation
const BasicAppBar({
super.key,
this.title,
this.leading,
this.border = const BasicBorder.none(),
this.backgroundColor,
this.foregroundColor,
this.surfaceTintColor,
this.actions,
});