-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels