AppTitle constructor
Implementation
const AppTitle({
super.key,
this.breadcrumb,
required this.title,
this.subtitle,
this.onLeadingPressed,
this.leadingIcon,
this.trailing,
});
const AppTitle({
super.key,
this.breadcrumb,
required this.title,
this.subtitle,
this.onLeadingPressed,
this.leadingIcon,
this.trailing,
});