SemanticHintBuilder typedef

SemanticHintBuilder = String Function(int filledCount, int totalLength)

Builder function for custom semantic hint messages.

Receives the current filled count and total length to build a dynamic accessibility hint.

Implementation

typedef SemanticHintBuilder = String Function(
  int filledCount,
  int totalLength,
);