Delegate TextInputFormatter.TextInputFormatFunction
Namespace: Unity.UIWidgets.service
Syntax
public delegate TextEditingValue TextInputFormatFunction(TextEditingValue oldValue, TextEditingValue newValue);
Parameters
Type | Name | Description |
---|---|---|
TextEditingValue | oldValue | |
TextEditingValue | newValue |
Returns
Type | Description |
---|---|
TextEditingValue |