counterText property

String? counterText
final

Optional text to place below the line as a character count.

Rendered using counterStyle. Uses helperStyle if counterStyle is null.

The semantic label can be replaced by providing a semanticCounterText.

If null or an empty string and counter isn't specified, then nothing will appear in the counter's location.

Implementation

final String? counterText;