buildCounter property

InputCounterWidgetBuilder? buildCounter
final

Callback that generates a custom InputDecoration.counter widget. If buildCounter returns null, then no counter and no Semantics widget will be created at all.

Implementation

/// If buildCounter returns null, then no counter and no Semantics widget will
/// be created at all.
final InputCounterWidgetBuilder? buildCounter;