BuildCounter typedef

BuildCounter = Widget? Function(BuildContext, {required int currentLength, required bool isFocused, required int? maxLength})

Implementation

typedef BuildCounter = Widget? Function(BuildContext,
    {required int currentLength,
    required bool isFocused,
    required int? maxLength});