increase constant

SemanticsAction const increase = const SemanticsAction._(_kIncreaseIndex)

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 = const SemanticsAction._(_kIncreaseIndex)