persistentHeader property

(Widget Function(BuildContext context, Widget spacer, double borderRadius)?) persistentHeader
final

A persistent header over the navigator, when defined, disables any delegates from building headers

Implementation

final Widget Function(BuildContext context, Widget spacer, double borderRadius)? persistentHeader;