FuiPageHead constructor
const
FuiPageHead({})
Implementation
const FuiPageHead({
super.key,
required this.title,
this.subtitle,
this.trailing,
this.actions = const [],
this.showNavigation = true,
this.onNavigationPressed,
}) : assert(
trailing == null || actions.length == 0,
'Use either trailing or actions, not both.',
);