FHeader constructor
const
FHeader({
- required Widget title,
- FRootHeaderStyle? style,
- List<
Widget> actions, - Key? key,
Creates a header.
It is typically used on pages at the root of the navigation stack.
Implementation
const factory FHeader({
required Widget title,
FRootHeaderStyle? style,
List<Widget> actions,
Key? key,
}) = _FRootHeader;