NavigationContent constructor
const
NavigationContent({})
Implementation
const NavigationContent({
super.key,
required this.title,
this.content,
this.leading,
this.trailing,
this.onPressed,
});
const NavigationContent({
super.key,
required this.title,
this.content,
this.leading,
this.trailing,
this.onPressed,
});