counterBuilder property
The FTextFieldCounterBuilder used to build a custom counter for the text field.
The returned widget will be wrapped in a Semantics widget for accessibility, but it also needs to be accessible itself. For example, if returning a Text widget, set the Text.semanticsLabel property.
Implementation
final FTextFieldCounterBuilder? counterBuilder;