EnterTextWithoutReplaceLogCallback typedef

EnterTextWithoutReplaceLogCallback = void Function(TextEditingValue oldValue, TextEditingValue newValue)

Implementation

typedef EnterTextWithoutReplaceLogCallback = void Function(
    TextEditingValue oldValue, TextEditingValue newValue);