FHeader constructor
const
FHeader({
- Widget title,
- FHeaderStyle? style,
- List<
Widget> suffixes, - Key? key,
Creates a header which title is aligned to the start.
It is typically used on pages at the root of the navigation stack.
CLI
To generate and customize this widget's style:
dart run forui style create headers
Implementation
const factory FHeader({Widget title, FHeaderStyle? style, List<Widget> suffixes, Key? key}) = _FRootHeader;