ProcessTextValue typedef

Used by SpannedTextEditingController to process SpannedTextEditingController.value whenever it changes.

Implementation

typedef ProcessTextValue = TextEditingValue Function(
  SpannedTextEditingController,
  TextEditingValue,
);