FUIAppBar constructor
const
FUIAppBar({})
Implementation
const FUIAppBar({
super.key,
required this.title,
this.subtitle,
this.leading,
this.actions = const [],
this.automaticallyImplyLeading = true,
this.onBackPressed,
this.backTooltip,
});