increase constant

SemanticsAction const increase

A request to increase the value represented by the semantics node.

For example, this action might be recognized by a slider control.

Implementation

static const SemanticsAction increase = SemanticsAction._(_kIncreaseIndex, 'increase');