FHeader.nested constructor
const
FHeader.nested({})
Creates a nested header.
It is typically used on pages NOT at the root of the navigation stack.
Implementation
const factory FHeader.nested({
required Widget title,
FNestedHeaderStyle? style,
List<Widget> prefixActions,
List<Widget> suffixActions,
Key? key,
}) = _FNestedHeader;