SemanticsAction showOnScreen = const SemanticsAction._(_kShowOnScreen)

A request to fully show the semantics node on screen.

For example, this action might be send to a node in a scrollable list that is partially off screen to bring it on screen.