showOnScreenConfiguration property Null safety
read / write
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;