showOnScreenConfiguration property

PersistentHeaderShowOnScreenConfiguration? showOnScreenConfiguration
getter/setter pair

Specifies how a pinned header or a floating header should react to RenderObject.showOnScreen calls.

If set to null, the persistent header will delegate the showOnScreen call to it's parent RenderObject.

Implementation

PersistentHeaderShowOnScreenConfiguration? showOnScreenConfiguration;