CodeNestAppBar constructor
const
CodeNestAppBar({})
Implementation
const CodeNestAppBar({
super.key,
required this.title,
this.leading,
this.actions,
this.centerTitle = true,
this.backgroundColor,
this.elevation = 0.0,
this.titleTextStyle,
this.bottom,
});