MinAppBar constructor
const
MinAppBar({})
Implementation
const MinAppBar({
super.key,
this.leading,
this.title,
this.trailing,
this.size = MinAppBarSize.md,
this.elevation = false,
this.centerTitle = false,
this.backgroundColor,
this.borderColor,
this.surfaceTintColor,
this.height,
this.includeSystemPadding = true,
});