BasicAppBar constructor
const
BasicAppBar({})
Implementation
const BasicAppBar(
{super.key,
required this.title,
this.hasBackground = false,
this.isArrowWhite = false,
this.icon,
this.iconColor,
this.onPressed,
this.onBack,
this.onMenuPressed,
this.tooltip});