showOnScreen constant

SemanticsAction const showOnScreen

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.

Implementation

static const SemanticsAction showOnScreen = SemanticsAction._(_kShowOnScreenIndex, 'showOnScreen');