showOnScreenConfiguration property

PersistentHeaderShowOnScreenConfiguration? showOnScreenConfiguration
getter/setter pair

Specifies the persistent header's behavior when showOnScreen is called.

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

Implementation

PersistentHeaderShowOnScreenConfiguration? showOnScreenConfiguration;