decrease constant

SemanticsAction const decrease = const SemanticsAction._(_kDecreaseIndex)

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

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

Implementation

static const SemanticsAction decrease = const SemanticsAction._(_kDecreaseIndex)