semanticIncrement property

String? semanticIncrement
final

Value used for the semantic label of the increment button.

If null, '+' will be used.

This label is used by accessibility frameworks (e.g. TalkBack on Android) to describe the component.

Implementation

final String? semanticIncrement;