buildCounter property

Widget? Function(BuildContext, {int currentLength, bool isFocused, int? maxLength})? buildCounter
final

Implementation

final Widget? Function(
  BuildContext, {
  int currentLength,
  bool isFocused,
  int? maxLength,
})?
buildCounter;