semanticsValueBuilder property

String Function(int index)? semanticsValueBuilder
final

Builds the value announced by screen readers for the item at the given index, e.g. "3".

Defaults to null.

Implementation

final String Function(int index)? semanticsValueBuilder;