Hi,
I would want buildCounter support in the same way as TextField.
This implementation though would receive int currentMarkdownLength and int currentPlainTextLength.
typedef InputCounterWidgetBuilder = Widget? Function(
BuildContext context, {
required int currentMarkdownLength,
required int currentPlainTextLength,
required bool isFocused,
});
Regards.
Hi,
I would want buildCounter support in the same way as TextField.
This implementation though would receive int currentMarkdownLength and int currentPlainTextLength.
Regards.