collapse constant

SemanticsAction const collapse

A request that the node should be collapsed.

For example, this action might be recognized by a dropdown.

Implementation

static const SemanticsAction collapse = SemanticsAction._(_kCollapseIndex, 'collapse');